generartionbon = new Generartionbon(); $this->typebon = new Typebon(); } public function index() { $codePrestataire = $_SESSION['p_codePrestataire_C']; $codeTypeBon = $this->requete->getParametre("codeTypeBon"); $d1 = $this->requete->getParametreDate("d1"); $d2 = $this->requete->getParametreDate("d2"); $_SESSION['p_d1_C'] = $d1; $_SESSION['p_d2_C'] = $d2; $generartionbons = $this->generartionbon->afficherListeGenererBonpecs($codePrestataire, $codeTypeBon, $d1, $d2); $this->genererVueAjax(array('generartionbons' => $generartionbons)); } }