Welcome Guest, Not a member yet? Register   Sign In
question about active records / db
#3

[eluser]Alex007[/eluser]
Both of these methods will work IF the query has been run.

If you want to compile the SQL string without running it, try this:
Code:
$sql = $this->db->_compile_select();


Messages In This Thread
question about active records / db - by El Forum - 10-12-2007, 01:54 AM
question about active records / db - by El Forum - 10-12-2007, 08:08 AM
question about active records / db - by El Forum - 10-12-2007, 11:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB