Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter Multiple Databases Persistent Connection?
#1

[eluser]Unknown[/eluser]
I'm using multiple database in my CodeIgniter application and have been reading a lot that persistent connections should be turned off.

Why is this measure recommended and is this still necessary in CodeIgniter 2.0.1?

I'm doing things like

$db2 = $this->load->database("dbname", TRUE);




Theme © iAndrew 2016 - Forum software by © MyBB