コード例 #1
0
ファイル: module.php プロジェクト: ansu2009/web
 public function __construct()
 {
     parent::__construct();
     $this->load->model('suggestion_model');
     $this->load->model('user_model');
     $this->load->helper('query_builder');
 }
コード例 #2
0
ファイル: design.php プロジェクト: ansu2009/web
 public function __construct()
 {
     parent::__construct();
     $this->load->model('template_model');
     $this->load->model('usercase_model');
     $this->load->model('order_model');
     $this->load->model('user_model');
     $this->load->library('pagination');
 }
コード例 #3
0
ファイル: site.php プロジェクト: ansu2009/web
 public function __construct()
 {
     parent::__construct();
     $this->load->model('user_model');
     $this->load->model('message_model');
     $this->load->helper('url');
     $this->load->config('site');
     $this->load->library("memcache_common", 1, "memcache");
 }
コード例 #4
0
ファイル: user.php プロジェクト: ansu2009/web
 public function __construct()
 {
     parent::__construct();
     $this->load->model('user_model');
     $this->load->model('template_model');
     $this->load->model('usercase_model');
     $this->load->model('order_model');
     $this->load->library("pagination");
     $this->set_caching(FALSE);
 }
コード例 #5
0
ファイル: control20150911.php プロジェクト: ansu2009/web
 public function __construct()
 {
     parent::__construct();
     $this->load->helper('wy_design');
     $this->load->helper('wy_control_tryout_helper');
     $this->load->model('control_model');
     $this->load->model('layout_model');
     $this->load->model('theme_model');
     $this->load->model('user_model');
     $this->load->library("memcache_common", 1, "memcache");
 }
コード例 #6
0
ファイル: page.php プロジェクト: ansu2009/web
 public function __construct()
 {
     parent::__construct();
     $this->load->model('page_model');
     $this->load->model('template_model');
     $this->load->model('user_model');
     $this->load->model('usercase_model');
     $this->load->model('control_model');
     $this->load->helper('wy_design');
     $this->load->library('memcache_common', 1, 'memcache');
 }
コード例 #7
0
ファイル: mytry.php プロジェクト: ansu2009/web
 public function __construct()
 {
     parent::__construct();
     $this->load->model('page_model');
     $this->load->model('template_model');
     $this->load->model('user_model');
     $this->load->model('usercase_model');
     $this->load->model('control_model');
     $this->load->helper('wy_design');
     $this->load->library("memcache_common", 1, "memcache");
     $this->_session_id = session_id();
 }
コード例 #8
0
ファイル: publish1.php プロジェクト: ansu2009/web
 public function __construct()
 {
     parent::__construct();
     $this->load->model('template_model');
     $this->load->model('theme_model');
     $this->load->model('control_model');
     $this->load->model('layout_model');
     $this->load->model('user_model');
     $this->load->model('page_model');
     $this->load->model('publish_model');
     $this->load->model('usercase_model');
     $this->load->helper('wy_design');
 }
コード例 #9
0
ファイル: upload.php プロジェクト: ansu2009/web
 public function __construct()
 {
     parent::__construct();
     $this->load->model('images_model');
     $this->load->model('usercase_model');
 }
コード例 #10
0
ファイル: client.php プロジェクト: ansu2009/web
 public function __construct()
 {
     parent::__construct();
     $this->load->model('publish_model');
 }