garantie = new Tabgarantiesproduction(); } public function index() { $garantie = $this->garantie->getgarantie(); $produit = $this->garantie->getproduit(); $this->genererVueAjax(array( 'garantie' => $garantie, 'produit' => $produit )); } public function ajouter(){ $codeProduit = $this->requete->getParametreFormulaire("codeProduit"); $codeGarantie = $this->requete->getParametreFormulaire("codeGarantie"); $this->garantie->ajoutergarantiesproduction($codeProduit,$codeGarantie); } }