Beispiel #1
0
function login($noktp)
{
    $obj = new Penduduk();
    $result = $obj->login($noktp);
    return $result;
}