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