ententeprealable = new Ententeprealable(); } public function index() { $numeroFeuilleMaladie = $this->requete->getParametreFormulaire("numeroFeuilleMaladie"); $prescription = $this->ententeprealable->getprescription($numeroFeuilleMaladie); $detailprescriptions = $this->ententeprealable->getdetailprescription($numeroFeuilleMaladie); $this->genererVueAjax(array('detailprescriptions' => $detailprescriptions, 'prescription' => $prescription)); } }