Getting CodeIgniter Active Record's current SQL code

naknicka

New Member
for example, i want to convert this;\[code\]$this->db->get('table');\[/code\]to this;\[code\]'SELECT * FROM table'\[/code\]is there any function for this? i searched on the user guide of CI but didnt find any solution.
 
Back
Top