コード例 #1
0
 function __construct()
 {
     parent::__construct();
 }
コード例 #2
0
 function __construct()
 {
     parent::__construct();
     $this->ci->load->helper('image');
 }
コード例 #3
0
 function __construct()
 {
     parent::__construct();
     $this->ci->load->helper('image');
     $this->ci->load->model('user_model', 'userDao');
 }