I first call a super object and add this contractor
$this->CI =& get_instance();
but when I want to access
print_r($this->CI->router->fetch_class());
it shows the error
Trying to get property of non-object
I first call a super object and add this contractor
$this->CI =& get_instance();
but when I want to access
print_r($this->CI->router->fetch_class());
it shows the error
Trying to get property of non-object