Welcome Guest, Not a member yet? Register   Sign In
"$this->load->database('group_name')" doesn't work
#12

[eluser]The Wizard[/eluser]
hello,
only the method with returning the database objects into variables will work.

like
Code:
$db1 = $this->load->database('bla1', TRUE);
$db2 = $this->load->database('bla2', TRUE);

this is a mysql bug i think.
there is clearly an issue with persistent connections.
maybe this is the problem.
http://bugs.mysql.com/bug.php?id=397


Messages In This Thread
"$this->load->database('group_name')" doesn't work - by El Forum - 03-31-2009, 12:02 AM
"$this->load->database('group_name')" doesn't work - by El Forum - 03-31-2009, 12:14 AM
"$this->load->database('group_name')" doesn't work - by El Forum - 03-31-2009, 08:19 AM
"$this->load->database('group_name')" doesn't work - by El Forum - 04-01-2009, 09:09 PM
"$this->load->database('group_name')" doesn't work - by El Forum - 04-01-2009, 09:42 PM
"$this->load->database('group_name')" doesn't work - by El Forum - 04-01-2009, 10:19 PM
"$this->load->database('group_name')" doesn't work - by El Forum - 04-01-2009, 10:30 PM
"$this->load->database('group_name')" doesn't work - by El Forum - 04-02-2009, 12:24 AM
"$this->load->database('group_name')" doesn't work - by El Forum - 04-02-2009, 03:14 AM
"$this->load->database('group_name')" doesn't work - by El Forum - 09-21-2009, 02:23 PM
"$this->load->database('group_name')" doesn't work - by El Forum - 09-21-2009, 03:08 PM
"$this->load->database('group_name')" doesn't work - by El Forum - 09-22-2009, 01:37 AM



Theme © iAndrew 2016 - Forum software by © MyBB