menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue("Collegetype"); $this->table = new Collegetype(); } public function index() { $donnees = $this->table->getCollegetypes(); $chemin = $this->menuvue->getChemin('Collegetype'); $this->genererVue(array('donnees' => $donnees, 'chemin' => $chemin)); } }