Welcome Guest, Not a member yet? Register   Sign In
Call to a member function Create() on a non-object
#3

[eluser]Ludatha[/eluser]
Thanks for the reply, I tried this code:

Code:
<?php
class Profile extends Controller {    
    function index()
    {
        include('D:\wamp3\www\php\system\application\libraries\SimpleLoginSecure.php');
        $cheese = new SimpleLoginSecure;
        $cheese->SimpleLoginSecure->Create('usernamehere', 'passwordhere');
    }
}
?>

But I get exactly the same error except the line number is 7

Message: Undefined property: SimpleLoginSecure::$SimpleLoginSecure


Messages In This Thread
Call to a member function Create() on a non-object - by El Forum - 05-25-2009, 11:20 AM
Call to a member function Create() on a non-object - by El Forum - 05-25-2009, 11:26 AM
Call to a member function Create() on a non-object - by El Forum - 05-25-2009, 11:38 AM
Call to a member function Create() on a non-object - by El Forum - 05-25-2009, 11:44 AM
Call to a member function Create() on a non-object - by El Forum - 05-25-2009, 11:49 AM
Call to a member function Create() on a non-object - by El Forum - 05-25-2009, 12:05 PM
Call to a member function Create() on a non-object - by El Forum - 05-25-2009, 01:04 PM
Call to a member function Create() on a non-object - by El Forum - 05-25-2009, 01:07 PM
Call to a member function Create() on a non-object - by El Forum - 05-25-2009, 01:15 PM
Call to a member function Create() on a non-object - by El Forum - 05-25-2009, 01:17 PM



Theme © iAndrew 2016 - Forum software by © MyBB