Listing 13.9. Metoda indexAction() akcji index/index
public function indexAction()
{
    $Rzeka = new Application_Model_DbTable_Rzeka();
    $this->view->rzeki = $Rzeka->fetchAll();
}