InterviewSolution
Saved Bookmarks
| 1. |
How we can print SQL statement in codeigniter model? |
|
Answer» You can USE $this->db->last_query(); to display the QUERY string. |
|