menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue("Contrat"); $this->etat = new Etatcp(); $this->police = new Police(); } public function index() { $idPolice = $_SESSION['idPolice_C'] ; $prestationPossible = $this->police->prestationPossible($idPolice); $estAgence = $this->police->estAgence($idPolice); /* if($prestationPossible!="1") { $this->rediriger("Fichepolice"); exit(); } */ $etats = $this->etat->getEtatcp() ; $this->genererVue(array('etats' => $etats, 'prestationPossible' => $prestationPossible, 'estAgence' => $estAgence)); } }