facture = new Gestionconfiee(); } public function index($msgErreur=null) { $idGcReglement = $_SESSION['idGcReglement']; $reglement = $this->facture->getgcreglement($idGcReglement); $this->genererVueAjax(array('reglement' => $reglement)); } }