affection = new Affection(); } public function index() { $codeTypeAffection = $this->requete->getParametreFormulaire("codeTypeAffection"); $affections = $this->affection->getListe($codeTypeAffection) ; $this->genererVueAjax(array('affections' => $affections)); } }