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