コード例 #1
0
 function __construct()
 {
     parent::__construct();
     $this->load->library('vars_lib');
     $this->upload_config = $this->vars_lib->variable['upload'];
     $this->api_config = $this->config->item("api");
 }
コード例 #2
0
ファイル: cy.php プロジェクト: Bingle-labake/coollive.com.cn
 function __construct()
 {
     parent::__construct();
     $this->load->model('space/member_db', 'member_m');
     $this->load->helper('function');
     $this->load->helper('common');
 }
コード例 #3
0
ファイル: Entry.php プロジェクト: jasonzhangxian/uums
 function __construct()
 {
     parent::__construct();
     $this->load->model('ip_white_list_model', 'ip_white_list');
     $this->load->model('new7_system_model', 'new7_system');
     $this->load->model('api_list_model', 'api_list');
     $this->load->model('api_logs_model', 'api_logs');
     $this->load->library(array('check', 'result'));
     $this->_api = $this->input->get('api');
     $this->_sys_code = $this->input->get('sys_code');
     $this->_timestamp = $this->input->get('timestamp');
     $this->_sign = $this->input->get('sign');
 }
コード例 #4
0
ファイル: Form.php プロジェクト: quochoangvp/quanlythuctap
 public function __construct()
 {
     parent::__construct();
     $this->load->model('form_model');
 }
コード例 #5
0
ファイル: crontab_stream.php プロジェクト: xingfuunit/matrix
 public function __construct()
 {
     parent::__construct();
     $this->load->model('stream_model');
     $this->load->model('certi_model');
 }
コード例 #6
0
ファイル: Classes.php プロジェクト: quochoangvp/quanlythuctap
 public function __construct()
 {
     parent::__construct();
     // Gọi model thao tác với bảng class
     $this->load->model('class_model');
 }
コード例 #7
0
 function __construct()
 {
     parent::__construct();
     $this->live_config = $this->config->item("live");
     $this->load->model('live/live_programs_model', 'live_programs_m');
 }
コード例 #8
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('required_forms_model');
 }
コード例 #9
0
 function __construct()
 {
     parent::__construct();
 }
コード例 #10
0
 function __construct()
 {
     parent::__construct();
     $this->live_config = $this->config->item("live");
     $this->load->model('space/member_db', 'member_m');
 }
コード例 #11
0
 public function __construct()
 {
     parent::__construct();
     // Gọi model thao tác với bảng department
     $this->load->model('department_model');
 }
コード例 #12
0
 function __construct()
 {
     parent::__construct();
     $this->code = array("code" => 0, "msg" => "初始化");
     $this->url = 'http://test.saiku.com.cn';
 }
コード例 #13
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('lecturer_model');
 }
コード例 #14
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('video_model', 'video_m');
     $this->load->model('space/member_db', 'member_m');
 }