pv = new Tabpointvente(); } public function index() { $codePays = $this->requete->getParametreFormulaire("codePays"); $codeVille = $this->requete->getParametreFormulaire("codeVille"); $tablocalite = $this->pv->getlocalite($codePays,$codeVille); $this->genererVueAjax(array( 'localite' => $tablocalite )); } }