Example #1
0
	function __construct()
	{
		@session_start();
		parent::__construct();
		$this->module=strtolower(get_class());
		$this->load->model('Mthuvienanh');
	}
Example #2
0
 function __construct()
 {
     parent::__construct();
     $this->module = strtolower(get_class());
     $this->load->model('Mdanhmuc');
     $this->addVisiting();
 }
Example #3
0
    function __construct()
	{
		parent::__construct();

        // Loading config
        //$this->load->config('kaimonokago');

        // Set container variable

        // Load the PUBLIC asset group in bep_assets.php
        $this->bep_assets->load_asset_group('PUBLIC');


        // Loading language helper
        $this->load->helper('language');

        session_start();

        // Loading all the module models here instead of autoload.php


        // Loading libraries instead of autoload
        $this->load->library('form_validation');
        //$this->load->library('validation'); // for BEP 0.6

        // Loading helpers
        //$this->load->helper( array('security', 'form', 'mytools') );
        //$this->mainmodule = $this->preference->item('main_module_name');
        //$this->data['mainmodule']= $this->mainmodule;
        
    }
Example #4
0
		function __construct()
		{
			parent::__construct();
			$this->module=strtolower(get_class());
			
			$this->load->model('Msanpham');
		} 
Example #5
0
		function __construct()
		{
			parent::__construct();
			$this->module=strtolower(get_class());
			$this->load->model('Mhotro');
			$this->load->library('form_validation');
		}
Example #6
0
	function __construct()
	{
		@session_start();
		parent::__construct();
		$this->module=strtolower(get_class());
		$this->load->model('Mlienhe');
		$this->load->library('form_validation');
	}
Example #7
0
	function __construct()
	{
		parent::__construct();
		$this->module=strtolower(get_class());
		$this->load->model('Mtimkiem');
		$this->load->library('pagination');
		$this->load->library('session');
	}
Example #8
0
	function __construct()
	{
		@session_start();
		parent::__construct();
		
		$this->Mhoadon	=	new CI_Model();
		$this->load->library('form_validation');
	}
Example #9
0
	function __construct()
	{
		parent::__construct();
		check('Control Panel');
		
		// Load the ADMIN asset group
		$this->bep_assets->load_asset_group('ADMIN');
	}
Example #10
0
	function __construct()
	{
		parent::__construct();
		$this->module=strtolower(get_class());
		$this->load->model('Mtuvansanpham');
		$this->load->library('pagination');
		//$this->addVisiting();
	}
Example #11
0
		function __construct()
		{
			parent::__construct();
			$this->module=strtolower(get_class());
			$this->load->model('Mportfolio');
			$this->load->helper('date');
			$this->load->library('editor_library');
			$this->load->helper(array('form', 'url'));
		}
Example #12
0
	function __construct()
	{
		@session_start();
		parent::__construct();
		
		$this->load->model("Mdangky");
		$this->module = strtolower(get_class());
		$this->data['title'] = 'Flash games | Flash games';
	}
Example #13
0
	function __construct()
	{
		@session_start();
		parent::__construct();
		
		$this->load->model("Mdangnhap");
		$this->module = strtolower(get_class());
		$this->data['title'] = 'Nội thất Tường Nhật | Đăng nhập';
	}
Example #14
0
 function __construct()
 {
     parent::__construct();
     $this->module = strtolower(get_class());
     $this->load->model('Mthuvienanh');
     $this->setLang();
     $this->loadLang();
     $this->addVisiting();
 }
Example #15
0
	function __construct()
	{
		parent::__construct();
		check('Control Panel');
		
		// Load the ADMIN asset group
		$this->bep_assets->load_asset_group('ADMIN');
		$this->load->library('form_validation');
		$this->load->helper('language');
	}
Example #16
0
	function __construct()
	{
		@session_start();
		parent::__construct();
		$this->module=strtolower(get_class());
		$this->load->model('Mgioithieu');
		$this->load->helper('text'); //cop vao controller
		$this->setLang();
		$this->loadLang();
	}
Example #17
0
		function __construct()
		{
			@session_start();
			parent::__construct();
			$this->module=strtolower(get_class());
			
			$this->load->model('Msanpham');
			$this->setLang();
			$this->loadLang();
		}
Example #18
0
	function __construct()
	{
		@session_start();
		parent::__construct();
		$this->module=strtolower(get_class());

		$this->load->model('Msanpham');
		$this->load->library('pagination');
		$this->load->library('recaptcha');
	}
Example #19
0
	function __construct()
	{
		@session_start();
		parent::__construct();
		$this->module=basename(dirname(dirname(__FILE__)));
		$this->module = strtolower(get_class());
		$this->load->model('Mtintuc');
		$this->load->library('session');
		$this->load->helper('text');
	}
Example #20
0
 function __construct()
 {
     parent::__construct();
     $this->module = strtolower(get_class());
     $this->load->model('Mlienhe');
     $this->load->library('form_validation');
     $this->setLang();
     $this->loadLang();
     $this->addVisiting();
 }
Example #21
0
		function __construct()
		{
			@session_start();
			parent::__construct();
			$this->module=strtolower(get_class());
			
			$this->load->library('pagination');
			$this->load->model('Mdanhmuc');
			$this->data['title'] = 'Nội thất Tường Nhật | Danh mục sản phẩm';
		}
Example #22
0
 function __construct()
 {
     parent::__construct();
     $this->module = strtolower(get_class());
     $this->load->model('Mtintuc');
     $this->setLang();
     $this->loadLang();
     $this->load->library('pagination');
     $this->addVisiting();
 }
Example #23
0
	function __construct()
	{
		@session_start();
		parent::__construct();
		$this->module=strtolower(get_class());
		$this->load->model('Msanpham');
		$this->load->helper('text'); //cop vao controller
		$this->load->library('pagination');
		$this->setLang();
		$this->loadLang();
	}
Example #24
0
	function __construct()
	{
		@session_start();
		parent::__construct();
		$this->module=strtolower(get_class());
		$this->load->model('Mbelote');
		$this->loadLang();
		$this->load->library('pagination');
		$this->load->helper('text');
		$this->loadLang();
	}
Example #25
0
		function __construct()
		{
			parent::__construct();
			$this->module=basename(dirname(dirname(__FILE__)));
			$this->module = strtolower(get_class());
			$this->load->library('pagination');
			$this->load->helper('url');
			$this->load->model('Mlangnghe');
			$this->load->library('session');
			$this->load->helper('text');
		}
Example #26
0
		function __construct()
		{
			@session_start();
			parent::__construct();
			$this->module=strtolower(get_class());
			$this->module=basename(dirname(dirname(__FILE__)));
			$this->load->model('Mlienhe');
			$this->load->library('session');
			$this->setLang();
			$this->loadLang();
		}
Example #27
0
		function __construct()
		{
			parent::__construct();
			$this->module=strtolower(get_class());
			$this->load->library('pagination');
			$this->load->model('Mgianhang');
			$this->load->library('form_validation');
			$this->load->library('session');
			$this->load->helper('url'); //You should autoload this one ;)
			$this->load->helper('ckeditor');
		}
Example #28
0
		function __construct()
		{
			@session_start();
			parent::__construct();
			$this->module=strtolower(get_class());
			
			$this->load->model('Mdichvu');
			$this->load->library('session');
			$this->setLang();
			$this->loadLang();
		}
Example #29
0
		function __construct()
		{
			parent::__construct();
			$this->module=strtolower(get_class());
			$this->load->model('Msanpham');
			$this->SetLangSession();
			
			if ($this->session->userdata('lang')=='vn')
				$this->lang->load('tuongnhat','vietnamese');
			else
				$this->lang->load('tuongnhat','english');
		}
Example #30
0
		function __construct()
		{
			@session_start();
			parent::__construct();
			$this->module=basename(dirname(dirname(__FILE__)));
			$this->module = strtolower(get_class());
			$this->load->library('pagination');
			$this->load->model('Mtagcloud');
			$this->load->library('session');
			$this->load->helper('text'); //cop vao controller
			$this->setLang();
			$this->loadLang();
		}