You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to switch connection to another database?
I tried to put this line of code $this->db = $this->load->database('db1',true);
into generate_crud function but it doesnt work
The text was updated successfully, but these errors were encountered:
Is there any way to switch connection to another database?
I tried to put this line of code
$this->db = $this->load->database('db1',true);
into generate_crud function but it doesnt work
The text was updated successfully, but these errors were encountered: