menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue("Carteassures"); $this->carte = new Carteassure(); //$_SESSION['modeDevis'] = "0"; } public function index() { $cartes = $this->carte->getListeCartePolice(); $statuts = $this->carte->getListeStatut(); $etats = $this->carte->getListeEtatCarte(); $this->genererVue(array('statuts' => $statuts, 'etats' => $etats, 'cartes' => $cartes)); } }