Пример #1
0
 public function ajoutAction()
 {
     $oMapper = new Application_Model_Mapper_RefCategories();
     $this->formCreer(new Form_AjoutProduit($oMapper->getLibellesReels()));
 }