cat = (new Produit())->getListe(); } public function index() { $this->genererVueAjax(array('cat' => $this->cat)); } }