typeecheancier = new Typeecheancier(); } public function index() { $codeTypeEcheancier = $this->requete->getParametreFormulaire("codeTypeEcheancier"); $nbEcheance_info = $this->typeecheancier->getNbEcheancier($codeTypeEcheancier); $this->genererVueAjax(array('nbEcheance_info' => $nbEcheance_info)); } }