Exemple #1
0
 public function editAction()
 {
     $auctionService = new Wsm_Db_Auction();
     $this->addToView('auction', $auctionService->get($this->get('id')));
 }