Пример #1
0
 public function ajouteritemAction()
 {
     $oMapper = new Application_Model_Mapper_RefCategories();
     $oMapperConservation = new Application_Model_Mapper_RefConservations();
     $oMapperMesure = new Application_Model_Mapper_RefMesures();
     $this->formCreer(new Form_AjoutItem($oMapper->getLibelles(), $oMapperConservation->getLibelles(), $oMapperMesure->getLibelles()));
 }
Пример #2
0
 public function consoAction()
 {
     $oMapper = new Application_Model_Mapper_RefCategories();
     $this->formCreer(new Form_AjoutProduit($oMapper->getLibelles()));
 }