Welcome Guest, Not a member yet? Register   Sign In
AutoLoad: can not load 3 library
#1

[eluser]Unknown[/eluser]
auto load config:
$autoload['libraries'] = array('pagecontent', 'database', 'checkpermission');

Code:
class MyClass extends Controller{
  function MyClass() {
    parent:: Controller();
  }
  function myfunc() {
    $param = '1|1|1|1';
    $this->checkpermission->permit($param);  
  }
}
I call $this->checkpermission in class Myclass
Error:
Unknow MyClass::$checkpermission

Plz help!


Messages In This Thread
AutoLoad: can not load 3 library - by El Forum - 08-09-2008, 03:44 AM
AutoLoad: can not load 3 library - by El Forum - 08-09-2008, 05:56 AM
AutoLoad: can not load 3 library - by El Forum - 08-09-2008, 06:25 AM
AutoLoad: can not load 3 library - by El Forum - 08-10-2008, 09:18 PM



Theme © iAndrew 2016 - Forum software by © MyBB