devasatrio

hapus_02

Apr 7th, 2018
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. function hapus($kode){
  2.         $data_kode = array('id'=>$kode);
  3.         $this->M_buku->hapus_data($data_kode);
  4.         redirect('C_buku');
  5.     }
Advertisement
Add Comment
Please, Sign In to add comment