コード例 #1
0
ファイル: post_job.php プロジェクト: nongtinh3/cc
 function __construct()
 {
     parent::__construct();
     $this->load->helper('cookie');
     $this->nn = get_cookie('lang');
     $this->lang->load('home', $this->nn);
     $this->lang->load('form_validation', $this->nn);
 }
コード例 #2
0
ファイル: welcome.php プロジェクト: nongtinh3/cc
 function __construct()
 {
     parent::Controller();
     $this->load->model('MSubscribers');
     $this->load->helper(array('form', 'url'));
     $this->load->library('form_validation');
     session_start();
     $this->output->enable_profiler(FALSE);
 }
コード例 #3
0
ファイル: home.php プロジェクト: nongtinh3/cc
 function __construct()
 {
     parent::__construct();
 }