参考:http://codeigniter.com/forums/viewthread/96428/
Before the query runs:
$this->db->_compile_select();
And after it has run:
$this->db->last_query();
转载于:https://www.cnblogs.com/johnsonshu/archive/2012/06/28/2568484.html
参考:http://codeigniter.com/forums/viewthread/96428/
Before the query runs:
$this->db->_compile_select();
And after it has run:
$this->db->last_query();
转载于:https://www.cnblogs.com/johnsonshu/archive/2012/06/28/2568484.html