Beispiel #1
0
 public function productAction()
 {
     $id = $this->getRequest()->getParam('id');
     $productMapper = new Application_Model_Mapper_Product();
     $this->view->product = $productMapper->getProduct($id);
 }