Welcome Guest, Not a member yet? Register   Sign In
Loading Config from Database
#4

[eluser]PhilTem[/eluser]
I think the problem is: Hooks are executed very early, so you might not have the DB class loaded (do you autoload it or in the controller?).

You might also want to try

Code:
function pre_controller()
{
    global $DB;
    var_dump($DB);
}
and just see if you got a DB object available Wink


Messages In This Thread
Loading Config from Database - by El Forum - 09-07-2012, 11:02 AM
Loading Config from Database - by El Forum - 09-07-2012, 12:44 PM
Loading Config from Database - by El Forum - 09-07-2012, 01:11 PM
Loading Config from Database - by El Forum - 09-07-2012, 01:32 PM
Loading Config from Database - by El Forum - 09-07-2012, 01:41 PM
Loading Config from Database - by El Forum - 09-17-2012, 12:50 PM



Theme © iAndrew 2016 - Forum software by © MyBB