Exemple #1
0
 function __construct()
 {
     parent::__construct();
     $this->form = HC_Lib::form()->set_input('first_name', 'text')->set_input('last_name', 'text')->set_input('email', 'text')->set_input('password', 'password')->set_input('confirm_password', 'password');
 }
 function __construct()
 {
     parent::__construct();
     $this->config->load('menu', TRUE, TRUE);
 }