Listing 14.32. Metoda indexAction() akcji index/index
public function indexAction()
{
    $Wiersz = new Application_Model_DbTable_Wiersz();
    $this->view->wiersze = $Wiersz->fetchAll();
}