function indexAction() { $this->view->baseUrl = $this->_request->getBaseUrl(); $this->view->title = "Wirtulna Biblioteka"; $pages = new Pages(); $this->view->pages = $pages->fetchAll(); $strony = new Strony(); $this->view->strony = $strony->fetchAll(); $wtyczka = new Wtyczka(); $this->view->wtyczka = $wtyczka->fetchAll(); }
function wtyczkaAction() { $this->view->title = "Wtyczki"; $wtyczka = new Wtyczka(); $this->view->wtyczka = $wtyczka->fetchAll(); }