예제 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->load->library('form_validation');
     $this->load->library('email');
 }
예제 #2
0
파일: search.php 프로젝트: pompalini/emngo
 /**
  * Constructor
  *
  */
 public function __construct()
 {
     parent::__construct();
 }