I read all the answers here, but cannot get
echo $this->db->get_compiled_select();
to work, he gave me an error, for example,
Calling the protected method CI_DB_active_record :: _ compile_select () from the context of the 'Welcome'in controller on line xx
So, I removed protected from the next line from the file \system\database\DB_active_rec.php and worked
protected function _compile_select($select_override = FALSE)
Viral Jun 24 '15 at 10:07 2015-06-24 10:07
source share