Welcome Guest, Not a member yet? Register   Sign In
controller db
#2

[eluser]TWP Marketing[/eluser]
In the User Guide:

http://ellislab.com/codeigniter/user-gui...mples.html

load the database class in your controller (or base controller) It only needs to be done once:

Code:
$this->load->database();

In the file application/config/database.php

Set your database configuration settings:
You will need the correct database name, username and user password
You will also need to know which database type your are using. See the settings in the UG.



Messages In This Thread
controller db - by El Forum - 09-22-2012, 10:14 AM
controller db - by El Forum - 09-22-2012, 10:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB