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

[eluser]thinkigniter[/eluser]
Code:
$this->bol = $this->auth->checkaccess();
refers to a variable $bol which, as before, is set right after you create the class e.g.
Code:
class Auth extends Model {
  var $_auth = '';
Is this variable set?


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