I had a line -
$autoload['libraries'] = array('database');,
in codeigniter autoload.php
. Because of this I was getting a blank page. When I removed the database
, option then I started getting the output.
now I want to load my database please tell me how to load it ?
thank u