I\'ve got an issue connecting to the database with CodeIgniter.
In the model, if I do
$this->load->database();
then a query such
In my case the problem was because there was another occurrence of $autoload['libraries'] inside the same file and it reset the array.
$autoload['libraries']