Home » CodeIgniter, Database »

1

in the file at : application\config\database.php.

we have to configured the database connection.


$db['default']['hostname'] = “”; // Host Name
$db['default']['username'] = “”; // User Name
$db['default']['password'] = “”; // Password
$db['default']['database'] = “”; // Database Name
$db['default']['dbdriver'] = “”; // Databse driver.


when we configured we can connect to the database.


Related Posts

    How to implement graphs using fusion charts and phpInactive in site then auto logout using phpSimple Steps to Build a Custom CMS application Using PHPCodeigniter multi language support using google translate API

 

1 Comment

Leave a Reply