Welcome Guest, Not a member yet? Register   Sign In
model not loading :(
#3

[eluser]Bulk[/eluser]
I don't know if you just left it out for brevity, or if you left it out of the actual code, but you need a constructor function that calls the contructor for the "Controller" class - or the global classes won't get attached, eg:

Code:
function User()
    {
        parent::Controller();    
    }


Messages In This Thread
model not loading :( - by El Forum - 06-21-2007, 12:23 PM
model not loading :( - by El Forum - 06-21-2007, 12:38 PM
model not loading :( - by El Forum - 06-22-2007, 02:32 AM



Theme © iAndrew 2016 - Forum software by © MyBB