Database Configuration in Codeigniter
Posted on: Friday December 18, 2015
CodeIgniter has a config file that lets you store your database connection values (username, password, database name, etc.). The config file is located at application/config/database.php. You can [...]
Read More