Welcome Guest, Not a member yet? Register   Sign In
see active record sql
#1

[eluser]richzilla[/eluser]
Im trying to debug an active record function on my database. Is there anyway of seeing the sql that the active record function creates?
#2

[eluser]cahva[/eluser]
From the userguide:
Code:
$str = $this->db->last_query();




Theme © iAndrew 2016 - Forum software by © MyBB