Example #1
0
 function __construct()
 {
     parent::__construct();
     $this->pre_message = "";
     $this->load->language('date', 'vi');
     $this->load->language('sys_language', 'vi');
 }
Example #2
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('category_model', 'category');
     $this->language = $this->lang->get_lang();
     $this->lang_default = $this->lang->lang_default();
 }
Example #3
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('pcat_model', 'pcat');
     $this->pre_message = "";
     $this->load->helper('vimg');
 }
Example #4
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('setting_model', 'setting');
     $this->language = $this->lang->get_lang();
     $this->lang_default = $this->lang->lang_default();
 }
Example #5
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();
 }
Example #6
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();
 }
Example #7
0
 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());
 }
Example #8
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();
 }
Example #9
0
 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 = "";
 }
Example #10
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');
 }
Example #11
0
 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 = "";
 }
Example #12
0
 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');
 }
Example #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();
 }
Example #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 = "";
 }
Example #15
0
 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 : "";
 }
Example #16
0
 function __construct()
 {
     parent::__construct();
 }
Example #17
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('account_model', 'account');
     $this->pre_message = "";
 }
Example #18
0
 function __construct()
 {
     parent::__construct();
     $this->user_id = $_SESSION['user_id'];
 }
Example #19
0
 function __construct()
 {
     parent::__construct();
     $this->pre_message = "";
 }
Example #20
0
function &get_instance()
{
    return vnit::get_instance();
}
Example #21
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('setting_model', 'setting');
 }
Example #22
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('api_model', 'api');
     $this->user_id = $this->session->data['user_id'];
 }
Example #23
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('admincp_model', 'admincp');
 }
Example #24
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('home_model', 'home');
 }
Example #25
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('dangky_model', 'dangky');
 }