menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Seances'); $this->prescription = new Seance_temp(); $this->detailprescription = new Detailseance(); } public function index() { // $_SESSION['numeroBonSeance_C'] = "-1"; $numeroPrescriptionKine = $_SESSION['numeroPrescriptionKine_C']; $this->prescription->initseancekine_cso(); $prescription = $this->prescription->getseancetemp(); $_SESSION['numeroBonSeance_C'] = $prescription['numeroBonSeance']; $detailseances = $this->detailprescription->getdetailseancefeuille(); $this->genererVue(array('prescription' => $prescription, 'detailseances' => $detailseances)); } }