garant = new Gestionconfiee(); } public function index() { $garants = $this->garant->getListe(); $this->genererVueAjax(array('garants' =>$garants )); } }