Welcome Guest, Not a member yet? Register   Sign In
Profiler and Multiple DB's
#2

[eluser]Thorpe Obazee[/eluser]
It is not the database name that you should use as the first parameter.

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


Messages In This Thread
Profiler and Multiple DB's - by El Forum - 04-02-2009, 02:15 PM
Profiler and Multiple DB's - by El Forum - 04-02-2009, 08:50 PM
Profiler and Multiple DB's - by El Forum - 04-03-2009, 06:11 AM
Profiler and Multiple DB's - by El Forum - 04-03-2009, 06:47 AM
Profiler and Multiple DB's - by El Forum - 04-03-2009, 06:59 AM
Profiler and Multiple DB's - by El Forum - 04-03-2009, 07:09 AM
Profiler and Multiple DB's - by El Forum - 04-03-2009, 07:32 AM
Profiler and Multiple DB's - by El Forum - 04-03-2009, 08:11 AM
Profiler and Multiple DB's - by El Forum - 04-03-2009, 12:45 PM



Theme © iAndrew 2016 - Forum software by © MyBB