コード例 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->load->library(array('session', 'form_validation'));
     $this->load->model('login_model');
     $this->load->helper(array('url', 'form'));
 }
コード例 #2
0
ファイル: contact.php プロジェクト: resnostyle/xem
 function __construct()
 {
     parent::__construct();
     $this->load->library('recaptcha');
     $this->load->library('form_validation');
     $this->load->helper('form');
     $this->lang->load('recaptcha');
 }
コード例 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->load->library(array('session', 'form_validation'));
     //$this->load->helper(array('url'));
     //MNODEL DE LOGIN
     $this->load->model('login_model');
     // $this->load->library(array('session','form_validation'));
     $this->load->helper(array('url', 'form'));
     $this->load->database('default');
 }
コード例 #4
0
ファイル: xem.php プロジェクト: resnostyle/xem
 function __construct()
 {
     parent::__construct();
 }