menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Opticiencons'); $this->facture_optique = new Optique(); } public function index() { $idFacture = $_SESSION['p_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)); } }