Topic: $db->query_build with or without prefix
Hi everyone,
First of all, thanks for the great work you are accomplishing with punbb 1.3. This is gonna be a real masterpiece.
I'm using punbb's database class in my website and I'd like to use the query_build function in it but there is a tiny bit of a problem with the fact that the tables prefix is automatically added within the query.
Could you implement a "$prefix = 1" at the end of the function parameters, and when set to "0", it wouldn't add tables prefix to the query ? (so I could build queries of my own, with other tables than punbb's)
Regards,
Kaelig