Codeigniter Super Global Instance
Enables the use of CI super-global without having to define an extra variable.
public function __get($var)
{
return get_instance()->$var;
}
Instead of
$this->_ci = & get_instance();
$this->_ci->load->helper('example');
You'd have
$this->load->helper('example');
Written by mOgetutu
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Php
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#