I have been using these lines of code for connecting multiple databases in codeigniter but getting error. My new db connection is for new_group.
$this->new_group = $this->CI->load->database('new_group', TRUE);
$q = $this->new_group->query("SELECT* FROM mytable ORDER BY id DESC");
Call to a member function database() on a non-object.
Waiting for response. Thanks