college_temp = new College_temp(); } public function index() { $this->genererVueAjax(); } public function changecategorie() { $codeProduit = $this->requete->getParametreFormulaire("codeProduit"); $categorie = $this->college_temp->changecategorie($codeProduit); // var_dump($categorie); // exit(); $this->genererVueAjax(array('categorie' => $categorie)); } }