devasatrio

hapus_03

Apr 7th, 2018
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.10 KB | None | 0 0
  1. function hapus_data($data_kode){
  2.         $this->db->where($data_kode);
  3.         $this->db->delete('tb_buku');
  4.     }
Advertisement
Add Comment
Please, Sign In to add comment