Exemple #1
0
 public function __Construct()
 {
     parent::__Construct();
     $this->load->helper('file');
     $this->load->helper('url');
     $this->load->helper('mygetpath');
 }
Exemple #2
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model("dto/Dtobrand");
     $this->load->model("dao/Daobrand");
     $this->load->library('ion_auth');
 }
Exemple #3
0
 public function __construct()
 {
     parent::__construct();
     $this->load->library("Facebook");
     $this->load->model("dto/DtoProduct");
     $this->load->model("dao/DaoProduct");
 }
Exemple #4
0
 public function __construct()
 {
     parent::__construct();
     $this->load->library('encryption');
     $this->load->library('session');
     $this->load->model('dao/DaoSlide');
     $this->load->model('dto/DtoSlide');
 }
Exemple #5
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('dao/DaoFood');
     $this->load->model('dao/DaoFoodType');
     $this->load->model('dao/DaoPost');
     $this->load->model('dao/DaoPage');
 }
Exemple #6
0
 function __construct()
 {
     parent::__construct();
     if (empty($this->session->userdata('user_id'))) {
         redirect(site_url('login'));
     }
     $this->load->helper('general_helper');
 }
Exemple #7
0
 public function __construct()
 {
     parent::__construct();
     $this->load->library('encryption');
     $this->load->library("session");
     $this->load->model("dao/DaoPage");
     $this->load->model("dto/DtoPage");
 }
Exemple #8
0
 function __construct()
 {
     parent::__construct();
     if (empty($this->session->userdata('user_id'))) {
         redirect(site_url('login'));
     }
     //load reservation model
     $this->load->model('reservation_model');
 }
Exemple #9
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('dto/DtoCategory');
     $this->load->model('dto/DtoProduct');
     $this->load->model('dao/Daocategory');
     $this->load->model('dao/DaoProduct');
     $this->load->model('dao/DaoSlide');
     $this->load->model('dto/DtoSlide');
     $this->load->model('dto/DtoPage');
     $this->load->model('dao/DaoPage');
     $this->load->model('dto/DtoUser');
     $this->load->model('dao/DaoUser');
 }
Exemple #10
0
 function __construct()
 {
     parent::__construct();
     $this->load->module('mod_event');
     $this->load->module('mod_template');
 }
Exemple #11
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model("dto/DtoCategory");
     $this->load->model("dao/DaoCategory");
 }
Exemple #12
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model("dto/DtoChannels");
     $this->load->model("dao/ChannelDAO");
 }
Exemple #13
0
 public function __construct()
 {
     parent::__construct();
 }
Exemple #14
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model("dao/DaoUser");
 }
Exemple #15
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model("dto/DtoDistributors");
     $this->load->model("dao/DistributorsDAO");
 }
Exemple #16
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model("dto/Dtogroup");
     $this->load->model("dao/Daogroup");
 }
Exemple #17
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model("dto/DtoOutletTypes");
     $this->load->model("dao/OutletTypesDAO");
 }
 public function __construct()
 {
     parent::__construct();
     $this->load->model("dto/Dtopromotiontype");
     $this->load->model("dao/Promotiontypedao");
 }