reglement = new Reglement(); } public function index() { $decomptes = $this->reglement->getanomaliesdecomptes(); $this->genererVueAjax(array('decomptes' => $decomptes)); } }