codeigniter 调试sql语句

参考:http://codeigniter.com/forums/viewthread/96428/
Before the query runs:
$this->db->_compile_select();
And after it has run:
$this->db->last_query();

posted @ 2012-06-28 17:47  johnsonshu  阅读(229)  评论(0编辑  收藏  举报