Welcome Guest, Not a member yet? Register   Sign In
Unable to load the requested class: database
#2

[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.


Messages In This Thread
Unable to load the requested class: database - by El Forum - 10-18-2010, 03:35 AM
Unable to load the requested class: database - by El Forum - 10-18-2010, 04:26 AM
Unable to load the requested class: database - by El Forum - 10-18-2010, 04:32 AM



Theme © iAndrew 2016 - Forum software by © MyBB