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