How to Get the executed compiled query in CodeIgniter

sachin
edited June 2021 in Codeigniter


Tagged:

Best Answer

  • sachin
    Accepted Answer
    $this->output->enable_profiler(TRUE);
    $this->db->last_query();
    


Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!