menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Kineconsben'); $this->facture_kine = new Seance(); } public function index() { $idFacture = $_SESSION['idFacture_C']; $prescription = $this->facture_kine->getprescription_sea($idFacture); $detaillivres = $this->facture_kine->getdetailprescription_sea($idFacture); $this->genererVue(array('prescription' => $prescription, 'detaillivres' => $detaillivres)); } }