Beispiel #1
0
 public function tambah_proses()
 {
     model_grup::create($this->input->post());
     redirect(site_url('/grup'), 'refresh');
 }