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