Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. public function get_daftar_sekolah()
  2.     {
  3.         $query = $this->db->get('gtech_tbl_sekolah');
  4.         return $query->result_array();
  5.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement