menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Assuranceindividuelle'); $this->typeapporteur = new Typeapporteur(); $this->police = new Police(); } public function index() { $idPolice = $_SESSION['idPolice_C']; $typeapporteurs = $this->typeapporteur->getTypeapporteursCommercial(); $nb_non_facturees = $this->police->fn_primes_non_facturees_police($idPolice); $this->genererVue(array('typeapporteurs' => $typeapporteurs, 'nb_non_facturees' => $nb_non_facturees)); } }