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