CodeIgniter Forums
Unable to load the requested class: database - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Unable to load the requested class: database (/showthread.php?tid=35042)



Unable to load the requested class: database - El Forum - 10-18-2010

[eluser]reidz[/eluser]
I tried to load this library and "Unable to load the requested class: database" pop out, i cant find any of native CI library file named Database in library folder
So anybody can help me ?? any help will be apreciated, thanks


Unable to load the requested class: database - El Forum - 10-18-2010

[eluser]Bas Vermeulen[/eluser]
From what kind of file are you trying to load your database lib? Should be from a controller. If you use your database a lot in your application I'd advice to auto load it:

@ application / config / autoload.php
Code:
$autoload['libraries'] = array('database');

All database lib files are located in the folder /system/database.


Unable to load the requested class: database - El Forum - 10-18-2010

[eluser]reidz[/eluser]
solved, my mistake, sorry n thanks