Ejemplo n.º 1
0
 public function regis_success()
 {
     $data['users'] = array('username' => $this->input->post('username'), 'password' => $this->input->post('password'), 'name' => $this->input->post('name'), 'lname' => $this->input->post('lname'), 'usertype' => $this->input->post('usertype'));
     parent::core_view('regis_success', $data);
 }