예제 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('auth_model');
     $this->load->library('crypto');
     $this->login_in_session_name = 'bbm_user';
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('user_model');
     $this->load->service('auth_service');
     $this->load->model('email_model');
 }
예제 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('Sign_in_model');
     $this->load->model('Article_model');
     $this->load->model('Article_block_model');
 }
예제 #4
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('User_base_model');
     $this->load->model('User_info_model');
     $this->load->model('Article_model');
 }
예제 #5
0
 function __construct()
 {
     parent::__construct();
     $this->load->model("Category_option_model", "category_option");
     $this->load->model("Category_model", "category");
     $this->load->model("Sell_model", "sell");
 }
예제 #6
0
 public function __construct()
 {
     parent::__construct();
     $this->load->library('email');
     $this->load->library('session');
     $this->load->model('Email_model');
     $this->load->model('User_base_model');
 }
예제 #7
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('production_model');
     $this->load->model('production_like_model');
     $this->load->model('article_model');
     $this->load->model('artist_model');
 }
예제 #8
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('conversation_model');
     $this->load->model('conversation_content_model');
     $this->load->model('conversation_custom_model');
     $this->load->model('notification_model');
     $this->load->model('user_model');
 }
예제 #9
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('article_model');
     $this->load->model('article_comment_model');
     $this->load->model('article_like_model');
     $this->load->model('user_model');
     $this->load->model('notification_model');
 }
예제 #10
0
 public function __construct()
 {
     parent::__construct();
     $this->load->library('session');
     $this->load->model('User_base_model');
     $this->load->model('User_picture_model');
     $this->load->model('User_info_model');
     $this->load->model('Sign_in_model');
     $this->load->service('User_lv_service');
 }
예제 #11
0
 function __construct()
 {
     parent::__construct();
     $this->load->model("tagindex_model", "tagindex");
     $this->load->model("comm_model", "comm");
     $this->load->library('Sphinxclient', '', 'sphinx');
     $this->sphinx->SetServer('127.0.0.1', 9312);
     $this->sphinx->SetConnectTimeout(1);
     $this->sphinx->SetArrayResult(true);
 }
예제 #12
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('task_model');
     $this->load->model('compe_model');
     $this->load->model('comment_model');
     $this->load->model('user_model');
     $this->load->model('order_model');
     $this->load->service('push_service');
 }
예제 #13
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('auth_model');
     $this->load->model('auth_tokens_model');
     $this->load->model('user_model');
     $this->login_in_session_name = 'artvc_lisn';
     $this->remember_me_cookie_name = 'rmcn';
     $this->token_size = 32;
     $this->selector_size = 16;
     $this->load->helper('cookie');
 }
예제 #14
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('school_model');
 }
예제 #15
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('transaction_model');
     $this->load->model('production_model');
 }
예제 #16
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('notification_model');
 }
예제 #17
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('Article_reply_model');
     $this->load->model('Praise_model');
 }
예제 #18
0
 public function __construct()
 {
     parent::__construct();
     $this->load->library('Cimage');
     $this->load->library('Oss');
 }