Advertisement
leonsuke

m_pendaftaran

Jul 10th, 2016
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. public function cek_Data_NIM($nim_mahasiswa){
  2. $array_value = ["nim_mahasiswa" => $nim_mahasiswa];
  3. return $this->db->select("nim_mahasiswa")->from("tbl_mahasiswa")->where($array_value)->get()->result();
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement