Welcome Guest, Not a member yet? Register   Sign In
Can't select database using extended controller. regular controller works.
#17

[eluser]Ben Edmunds[/eluser]
You can switch DBs like this:

Code:
$DB1 = $this->load->database('default', TRUE);
$DB2 = $this->load->database('wo', TRUE);

and then the key is to overwrite the $this->db object with the db you'd like to use in you're libraries with

Code:
$this->db = $DB2;


Messages In This Thread
Can't select database using extended controller. regular controller works. - by El Forum - 05-22-2012, 06:29 AM



Theme © iAndrew 2016 - Forum software by © MyBB