menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Compositiontarifmedicament'); $this->tarif = new Tarifsmedicaments(); } public function index() { $tarifs = $this->tarif->getListe(); $this->genererVue(array('tarifs' => $tarifs)); } }