Ejemplo n.º 1
0
function get_buku_by_id($id)
{
    $buku = new Buku();
    return $buku->get_buku_by_id($id);
}