Welcome Guest, Not a member yet? Register   Sign In
Is there a way to see the query produced by Active record?
#1

[eluser]mikekiche[/eluser]
All is in the title.

Is there a function like
$query->produced_query(), to see what active record wrote?
Thanks
#2

[eluser]keithics[/eluser]
what about

echo $this->db->last_query();
#3

[eluser]mikekiche[/eluser]
thanks That's perfect.




Theme © iAndrew 2016 - Forum software by © MyBB