Beispiel #1
0
 function __construct()
 {
     parent::__construct();
     // Load the necessary stuff...
     $this->load->library(array('email'));
     $this->load->model(array('manage/classes_model', 'manage/appointments_model'));
 }
Beispiel #2
0
 function __construct()
 {
     parent::__construct();
     // Load the necessary stuff...
     $this->load->model(array('manage/product_model', 'manage/store_model', 'manage/price_model', 'manage/brand_model'));
     $this->load->library('user_agent');
 }
Beispiel #3
0
 function __construct()
 {
     parent::__construct();
     // Load the necessary stuff...
     $this->load->helper(array('text'));
     $this->load->model(array('manage/store_model'));
 }
Beispiel #4
0
 function __construct()
 {
     parent::__construct();
     // Load the necessary stuff...
     $this->load->library(array('email'));
     $this->load->model(array('account/account_facebook_model'));
 }
Beispiel #5
0
 function __construct()
 {
     parent::__construct();
     // Load the necessary stuff...
     $this->load->library(array('account/facebook_lib', 'email'));
     $this->load->model(array('account/account_facebook_model'));
     $this->load->language(array('account/account_linked', 'account/sign_in', 'account/connect_third_party'));
 }
 public function showChangeInformation()
 {
     $list['user'] = Auth::user();
     $list['chucvu'] = ServicesController::typeOfUser();
     if ($list['user']->token == 1 || $list['user']->token == 2) {
         $list['donvi'] = DB::table('dm_dv')->where('ma_dv', $list['user']->donvi)->first();
     }
     return View::make('module.acount.change-information', $list);
 }
 function __construct()
 {
     parent::__construct();
     $this->cp_name = "GROOVIA";
     $this->pwd = "groovia271";
     $this->sid = "useetv";
     $this->programid = "FREE";
     if (isset($_GET['type'])) {
         $type = $_GET['type'];
         switch ($type) {
             case '1':
                 $this->programid = "SVOD";
                 break;
             case '2':
                 $this->programid = "REG%2BMOVIE";
                 break;
             case '3':
                 $this->programid = "NEW";
                 break;
         }
     }
     $this->token_url = "http://202.3.208.79:8000/generate.php?cp_name={$this->cp_name}&pwd={$this->pwd}&sid={$this->sid}&programid={$this->programid}";
 }
Beispiel #8
0
 function __construct()
 {
     parent::__construct();
     // Load the necessary stuff...
     $this->load->model(array('trainers_model'));
 }
Beispiel #9
0
 function __construct()
 {
     parent::__construct();
     // Load the necessary stuff...
     $this->load->model(array('tweetsmodel', 'youtubemodel', 'hashtagimmodel'));
 }