menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Paramseuilalerte'); $this->produit = new Produit(); $this->garant = new Gestionconfiee(); } public function index() { $garant = $this->garant->getListeGarantDansProduit(); $produits = array(); $_SESSION['codeGcAssureur_S'] = ""; $_SESSION['codeProduit_S'] = ""; $this->genererVue(array('garant' => $garant, 'produits' => $produits)); } }