Advertisement
ksubagja

model

Jan 7th, 2021
893
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. public function cetak_penduduk($id)
  2.     {
  3.         $this->db->from('tbl_penduduk');
  4.         $this->db->where('id', $id);
  5.         return $this->db->get()->result_array();
  6.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement