creating database for codeigniter

For more working with the database in the codeigniter, create a table named ci in the xampp/wampp server with the following columns :



Now go to the database.php page in the config folder and change the value of the database variable in the page to ci as follows:

'database' => 'ci'

This results a connection with your ci database to the codeigniter.



Prev
Next

Comments

Popular posts from this blog

Node.js Cheat Sheet

Codeigniter ! Simple But Powerful

Bootstrap ? What is it ?