Exemple #1
0
 public function przetargi_biezaceAction()
 {
     $this->setTitle('Bieżące postępowania przetargowe');
     $this->setUrl('przetargi_biezace.html');
     $this->setTemplate('auction/list.html');
     $auctionService = new Wsm_Db_Auction();
     $list = $auctionService->getCurrent();
     $this->addToView('auctionList', $list);
 }