feuillemaladie = new Feuillemaladie(); } public function index() { $idBeneficiaire = $_SESSION['p_idBeneficiaire_C']; $diagnostics = $this->feuillemaladie->getDiagnosticsBeneficiaire($idBeneficiaire); $this->genererVueAjax(array('diagnostics' => $diagnostics)); } }