Exemplo n.º 1
0
function get_mahasiswa()
{
    $mahasiswa = new Mahasiswa();
    return $mahasiswa->get_mahasiswa();
}