Welcome Guest, Not a member yet? Register   Sign In
can anyone help me ? I m not able to connect database.
#4

[eluser]the_namdeeW[/eluser]
I would recommend using the built in connection. The whole reason behind using frameworks is to make your life easier.
Just go to /application/config/database.php
This defaults to work with MySQL and just fill in the requirements. Then in your controller just add the following line.
$this->load->database('default');
Good luck!


Messages In This Thread
can anyone help me ? I m not able to connect database. - by El Forum - 02-02-2009, 10:06 AM
can anyone help me ? I m not able to connect database. - by El Forum - 02-02-2009, 10:26 AM
can anyone help me ? I m not able to connect database. - by El Forum - 02-02-2009, 10:28 AM
can anyone help me ? I m not able to connect database. - by El Forum - 02-02-2009, 06:24 PM



Theme © iAndrew 2016 - Forum software by © MyBB