Welcome Guest, Not a member yet? Register   Sign In
database Connection
#1

[eluser]flash_lover[/eluser]
ok, starting over, When i down load the codeigniter and get the welcome page, then i go back to autoload.php and set this,

$autoload['libraries'] = array('database');

so the database should connect, when i open the welcome page?

thanks
#2

[eluser]richzilla[/eluser]
Correct, CI will go through your autoload file and load anything it finds in there before it displays any pages. If you specify database, it will get your connections settings from the database file in the config folder.

If there are any problems with this connection, CI will display an error message.
#3

[eluser]flash_lover[/eluser]
Thanks for your reply, Seems to be connected now, I guess next step is php and queries, still learning.

thanks




Theme © iAndrew 2016 - Forum software by © MyBB