After the last two comments, I\'ll dump out my real code and maybe it will help out:
Here is the landing Controller:
In your application/autoload.php set codeigniter to load database class.
$autoload['libraries'] = array('database', 'otherlibrary', 'otherlibrary2');
It must be all you need to solve your problem.