Listing 32.2. Metoda fetchPairs() klasy Application_Model_DbTable_Kontynent
public function fetchPairs()
{
    $sql = 'select kontynent_id, nazwa from kontynent order by nazwa';
    return $this->getAdapter()->fetchPairs($sql);
}