Exemplo n.º 1
0
 function __construct()
 {
     $this->ci =& get_instance();
     self::$config = $this->ci->config->config;
 }
Exemplo n.º 2
0
 public function __construct()
 {
     self::$APP = CI_Controller::get_instance();
 }
Exemplo n.º 3
0
 function __construct()
 {
     parent::__construct();
 }
 function __construct()
 {
     parent::__construct();
     $this->ci->load->helper('image');
 }
Exemplo n.º 5
0
 function __construct()
 {
     parent::__construct();
     $this->ci->load->helper('image');
     $this->ci->load->model('user_model', 'userDao');
 }