I am doing php in Codeigniter framework.Always Codeigniter support default persistent connections.I don’t want to use that connection.I need to connect manually.Is it possible in Codeigniter? If anybody know please help me to go forward.I need little bit explanation also please.
I am doing php in Codeigniter framework.Always Codeigniter support default persistent connections.I don’t want
Share
if you want not persistent connection, set up the config file.
You can read more in http://codeigniter.com/user_guide/database/connecting.html