Welcome Guest, Not a member yet? Register   Sign In
The load database library
#1

[eluser]Unknown[/eluser]
Hi, I'm beginning in Code Igniter.
I have a follow problem :

When I use
Code:
$this->load->database()
OR in my config->autoload
Code:
$autoload['libraries'] = array('database');
for load my database and use its.

But, when I refresh my page in the browser it stays loading forever and never stop.

So, I can't work this form. Without use database.

Please, if somebody knows, help me...
#2

[eluser]InsiteFX[/eluser]
You should be loading the database in your controller!

Sounds like you are running an endless loop in your view.

InsiteFX
#3

[eluser]rallport[/eluser]
..or your database connection details are incorrect. Just happened to me literally 5 mins ago Smile




Theme © iAndrew 2016 - Forum software by © MyBB