public function __Construct() { parent::__Construct(); $this->load->helper('file'); $this->load->helper('url'); $this->load->helper('mygetpath'); }
public function __construct() { parent::__construct(); $this->load->model("dto/Dtobrand"); $this->load->model("dao/Daobrand"); $this->load->library('ion_auth'); }
public function __construct() { parent::__construct(); $this->load->library("Facebook"); $this->load->model("dto/DtoProduct"); $this->load->model("dao/DaoProduct"); }
public function __construct() { parent::__construct(); $this->load->library('encryption'); $this->load->library('session'); $this->load->model('dao/DaoSlide'); $this->load->model('dto/DtoSlide'); }
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'); }
function __construct() { parent::__construct(); if (empty($this->session->userdata('user_id'))) { redirect(site_url('login')); } $this->load->helper('general_helper'); }
public function __construct() { parent::__construct(); $this->load->library('encryption'); $this->load->library("session"); $this->load->model("dao/DaoPage"); $this->load->model("dto/DtoPage"); }
function __construct() { parent::__construct(); if (empty($this->session->userdata('user_id'))) { redirect(site_url('login')); } //load reservation model $this->load->model('reservation_model'); }
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'); }
function __construct() { parent::__construct(); $this->load->module('mod_event'); $this->load->module('mod_template'); }
public function __construct() { parent::__construct(); $this->load->model("dto/DtoCategory"); $this->load->model("dao/DaoCategory"); }
public function __construct() { parent::__construct(); $this->load->model("dto/DtoChannels"); $this->load->model("dao/ChannelDAO"); }
public function __construct() { parent::__construct(); }
public function __construct() { parent::__construct(); $this->load->model("dao/DaoUser"); }
public function __construct() { parent::__construct(); $this->load->model("dto/DtoDistributors"); $this->load->model("dao/DistributorsDAO"); }
public function __construct() { parent::__construct(); $this->load->model("dto/Dtogroup"); $this->load->model("dao/Daogroup"); }
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"); }