示例#1
0
function ambilDataMhsByNIM($nim)
{
    $mahasiswa = new Mahasiswa();
    return $mahasiswa->ambilDataMhsByNIM($nim);
}