menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Examensmedicaux'); $this->prescription = new Examen_temp(); $this->detailprescription = new Detailexamem(); } public function index() { $numeroExamen = $_SESSION['numeroExamen_C']; $this->prescription->initexamensmedicaux_cso(); $prescription = $this->prescription->getexamentemp(); $detailprescriptions = $this->detailprescription->getdetailexamenfeuille(); $detailnonlivres = $this->prescription->getdetailnonlivre(); $detaillivres = $this->prescription->getdetaillivre(); $this->genererVue(array('prescription' => $prescription, 'detailprescriptions' => $detailprescriptions, 'detailnonlivres' => $detailnonlivres, 'detaillivres' => $detaillivres)); } }