Welcome Guest, Not a member yet? Register   Sign In
Wick Problem
#3

[eluser]dmyers[/eluser]
Ok I made the changes

class Auth extends Model {
var $_auth = '';

function Auth() {
parent::Model();
$this->_auth = true;
}

function checkaccess() {
if ($this->_auth) return;
}
}

But that didn't help. Still getting.

Fatal error: Call to a member function checkaccess() on a non-object in /Applications/MAMP/htdocs/codeigniter170/system/application/libraries/MY_Controller.php on line 8

thank you for the reply thou.

Don -


Messages In This Thread
Wick Problem - by El Forum - 12-14-2008, 04:11 PM
Wick Problem - by El Forum - 12-14-2008, 05:33 PM
Wick Problem - by El Forum - 12-14-2008, 07:02 PM
Wick Problem - by El Forum - 12-14-2008, 07:29 PM
Wick Problem - by El Forum - 12-14-2008, 07:42 PM
Wick Problem - by El Forum - 12-14-2008, 07:51 PM
Wick Problem - by El Forum - 12-14-2008, 08:12 PM
Wick Problem - by El Forum - 12-22-2008, 02:20 PM
Wick Problem - by El Forum - 12-22-2008, 03:55 PM



Theme © iAndrew 2016 - Forum software by © MyBB