menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Exclusionactesparproduit'); $this->produit = new Produit(); $this->garant = new Gestionconfiee(); } public function index() { $produits = array();//$this->produit->getListe(); $garant = $this->garant->getListeGarantDansProduit(); $this->genererVue(array('produits' => $produits, 'garant' => $garant)); } }