Mark,
In a simple model I’m just doing in the constructor after calling the parent constructor
$this->load_table('user');And in the controller performing:
$res = $this->users_model->get();Which results in an error:
ErrorException [ Fatal Error ]: Error Number: 1096 / No tables used / SELECT *
Why is this happening?
On a side note, is it just me or is your MY_Model is considerably slower than normal due to it’s show_columns operations and other similar methods?
Thanks,
Liran.