prescription = new Prescription(); } public function index() { $libelle = $this->requete->getParametreFormulaire("libelle"); $medicaments = $this->prescription->getmedicamentfiltreSubstitution($libelle); $this->genererVueAjax(array('medicaments' => $medicaments)); } }