Esempio n. 1
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');
 }
Esempio n. 2
0
 function __construct()
 {
     parent::__construct();
     // Load the necessary stuff...
     $this->load->library(array('email'));
     $this->load->model(array('manage/classes_model', 'manage/appointments_model'));
 }
Esempio n. 3
0
 function __construct()
 {
     parent::__construct();
     // Load the necessary stuff...
     $this->load->helper(array('text'));
     $this->load->model(array('manage/store_model'));
 }
Esempio n. 4
0
 function __construct()
 {
     parent::__construct();
     // Load the necessary stuff...
     $this->load->library(array('email'));
     $this->load->model(array('account/account_facebook_model'));
 }
Esempio n. 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'));
 }
Esempio n. 6
0
 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}";
 }
Esempio n. 7
0
 function __construct()
 {
     parent::__construct();
     // Load the necessary stuff...
     $this->load->model(array('trainers_model'));
 }
Esempio n. 8
0
 function __construct()
 {
     parent::__construct();
     // Load the necessary stuff...
     $this->load->model(array('tweetsmodel', 'youtubemodel', 'hashtagimmodel'));
 }