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