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

[eluser]Unknown[/eluser]
Hi everyone.

I'm having a problem getting a model to load. I'm getting this error:
Code:
A PHP Error was encountered
Severity: Notice
Message: Undefined property: User::$load
Filename: controllers/user.php
Line Number: 6

Fatal error: Call to a member function model() on a non-object in C:\dev\xampplite\htdocs\ci\system\application\controllers\user.php on line 6

And here is my Controller
Code:
<?php
class User extends Controller {
    
    function user()
    {
        $this->load->model('User_model');
        $this->validateLoginStatus();
    }
    ....
Any idea's on why I might be getting this error?

Thanks.
Any idea


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