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

[eluser]bill19[/eluser]
Thanks Ben, it does work providing I set:

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

inside a function. I originally had them within the constructor.

Best regards,

Bill


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



Theme © iAndrew 2016 - Forum software by © MyBB