commission = new Tabtableaucommission(); } public function index() { $tabcommission = $this->commission->getlistertableaucommission(); $this->genererVueAjax(array( 'tableaucommission' => $tabcommission )); } public function supprimer(){ $id = $this->requete->getParametreFormulaire('id'); $this->commission->supprimertableaucommission($id); } }