Add the database library in config/autoload.php like below in the libraries key.
$autoload['libraries'] = array('database');
Add the database library in config/autoload.php like below in the libraries key.
$autoload['libraries'] = array('database');
Comments
Post a Comment