Welcome Guest, Not a member yet? Register   Sign In
Seeing query before submitting
#2

[eluser]bretticus[/eluser]
The following code works for SELECT statements. Not sure on an UPDATE so your mileage may vary. Feel free to try it and post if it works:

Code:
// get compiled select statement
$compiled_query = $this->db->_compile_select();
echo $compiled_query;

EDIT...Problem may be that you need to call it before calling update. Hmmm????

On second thought, call it before update(). At least you'll get a SELECT version that will show what goes in your WHERE clause.


Messages In This Thread
Seeing query before submitting - by El Forum - 06-14-2010, 05:20 PM
Seeing query before submitting - by El Forum - 06-14-2010, 09:32 PM



Theme © iAndrew 2016 - Forum software by © MyBB