local = new Tablocalite(); } public function index() { $codePays = $this->requete->getParametreFormulaire("codePays"); $tabville = $this->local->getvillelocalite($codePays); $this->genererVueAjax(array( 'ville' => $tabville )); } }