Welcome Guest, Not a member yet? Register   Sign In
connections to databases
#1

[eluser]sakcret[/eluser]
According i understand, codeigniter handles connections to databases, but i was reading about the parameter pconnect, that allow a persistent connection if state is true, what happens if change to false,What makes in this case codeigniter.

i´m novice in codeigniter... This confusion arises when you connect 2 databases, if I deactivate pconnect as I manage the connection between them
#2

[eluser]CroNiX[/eluser]
pconnect doesn't really have anything to do with codeigniter. It's a type of php connection to mysql. CI just uses it. Some people have problems with it. You can read about mysql_pconnect in the php manual.
#3

[eluser]sakcret[/eluser]
thaks CroNix...I now understand




Theme © iAndrew 2016 - Forum software by © MyBB