Listing 32.5. Metoda obcePanstwaFetchPairs()
public function obcePanstwaFetchPairs()
{
    $sql = 'select panstwo_id, nazwa from panstwo
                where kontynent_id != ? order by nazwa';
return $this->getTable()->getAdapter()->fetchPairs($sql, $this->kontynent_id);
}