menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Opticienconsben'); $this->facture_optique = new Optique(); } public function index() { $idFacture = $_SESSION['idFacture_C']; $prescription = $this->facture_optique->get_facture_optique($idFacture); $detaillivres = $this->facture_optique->getdetail_facture_optique($idFacture); $this->genererVue(array('prescription' => $prescription, 'detaillivres' => $detaillivres)); } }