Listing 25.2. Metoda indexAction() kontrolera Turniej
public function indexAction()
{
    $Turniej = new Application_Model_DbTable_Turniej();
    $this->view->turnieje = $Turniej->fetchAll();
}