예제 #1
0
파일: pcat.php 프로젝트: VoDongMy/VoDongMy
 function __construct()
 {
     parent::__construct();
     $this->load->model('pcat_model', 'pcat');
     $this->pre_message = "";
     $this->load->helper('vimg');
 }
예제 #2
0
 function __construct()
 {
     parent::__construct();
     $this->pre_message = "";
     $this->load->language('date', 'vi');
     $this->load->language('sys_language', 'vi');
 }
예제 #3
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('setting_model', 'setting');
     $this->language = $this->lang->get_lang();
     $this->lang_default = $this->lang->lang_default();
 }
예제 #4
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('category_model', 'category');
     $this->language = $this->lang->get_lang();
     $this->lang_default = $this->lang->lang_default();
 }
예제 #5
0
파일: home.php 프로젝트: VoDongMy/VoDongMy
 function __construct()
 {
     parent::__construct();
     $this->load->model('home_model', 'home');
     $this->lang_active = $this->session->data['lang'];
     $this->lang_id = $this->language->lang_id();
     $this->load->language('home', $this->language->active());
 }
예제 #6
0
 function __construct()
 {
     parent::__construct();
     //        $this->load->config('config_hoidap');
     $this->load->model('hoidap_model', 'hoidap');
     $this->language = $this->lang->get_lang();
     $this->lang_default = $this->lang->lang_default();
 }
예제 #7
0
 function __construct()
 {
     parent::__construct();
     $this->load->config('config_contact');
     $this->load->model('contact_model', 'contact');
     $this->language = $this->lang->get_lang();
     $this->lang_default = $this->lang->lang_default();
 }
예제 #8
0
파일: tuvan.php 프로젝트: VoDongMy/VoDongMy
 function __construct()
 {
     parent::__construct();
     $this->load->model('tuvan_model', 'tuvan');
     $this->language = $this->lang->get_lang();
     $this->lang_default = $this->lang->lang_default();
     $this->pre_message = "";
 }
예제 #9
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('office_model', 'office');
     $this->language = $this->lang->get_lang();
     $this->lang_default = $this->lang->lang_default();
     $this->write_route();
 }
예제 #10
0
파일: news.php 프로젝트: VoDongMy/VoDongMy
 function __construct()
 {
     parent::__construct();
     $this->load->model('news_model', 'news');
     $this->load->helper('vimg');
     $this->language = $this->lang->get_lang();
     $this->lang_default = $this->lang->lang_default();
     $this->pre_message = "";
 }
예제 #11
0
파일: mod.php 프로젝트: VoDongMy/VoDongMy
 function __construct()
 {
     parent::__construct();
     $this->load->model('mod_model', 'mod');
     $this->language = $this->lang->get_lang();
     $this->lang_default = $this->lang->lang_default();
     $this->pre_message = "";
     $this->load->helper('xml');
 }
예제 #12
0
 function __construct()
 {
     parent::__construct();
     $this->lang_active = $this->session->data['lang'];
     $this->lang_id = $this->language->lang_id();
     $this->lang_url = $this->language->lang_url();
     $this->load->language('khachhang', $this->lang_active);
     $this->load->model('khachhang_model', 'khachhang');
 }
예제 #13
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('category_model', 'category');
     $this->language = $this->lang->get_lang();
     $this->lang_default = $this->lang->lang_default();
     $this->pre_message = "";
     $this->write_route();
     $this->write_menu();
 }
예제 #14
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('product_model', 'product');
     $this->lang_active = $this->session->data['lang'];
     $this->lang_id = $this->language->lang_id();
     $this->lang_url = $this->language->lang_url();
     $this->load->language('product', $this->lang_active);
     $this->pre_message = "";
 }
예제 #15
0
파일: term.php 프로젝트: shyaken/maoy.palt
 function __construct()
 {
     parent::__construct();
     $this->load->model('term_model', 'term');
     $get = $this->request->get;
     $str = "";
     foreach ($get as $key => $val) {
         if ($val != "") {
             $str .= $key . "=" . $val . "&";
         }
     }
     $str = rtrim($str, '&');
     $this->str = $str != "" ? "?" . $str : "";
 }
예제 #16
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('dangky_model', 'dangky');
 }
예제 #17
0
파일: slide.php 프로젝트: VoDongMy/VoDongMy
 function __construct()
 {
     parent::__construct();
 }
예제 #18
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('account_model', 'account');
     $this->pre_message = "";
 }
예제 #19
0
 function __construct()
 {
     parent::__construct();
     $this->user_id = $_SESSION['user_id'];
 }
예제 #20
0
 function __construct()
 {
     parent::__construct();
     $this->pre_message = "";
 }
예제 #21
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('setting_model', 'setting');
 }
예제 #22
0
파일: home.php 프로젝트: VoDongMy/VoDongMy
 function __construct()
 {
     parent::__construct();
     $this->load->model('home_model', 'home');
 }
예제 #23
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('admincp_model', 'admincp');
 }
예제 #24
0
파일: api.php 프로젝트: VoDongMy/VoDongMy
 function __construct()
 {
     parent::__construct();
     $this->load->model('api_model', 'api');
     $this->user_id = $this->session->data['user_id'];
 }