prestations = new Prestationactes_temp(); } public function index() { $numeroFeuilleMaladie = $this->requete->getParametreFormulaire("numeroFeuilleMaladie"); $idFacture = $this->requete->getParametreFormulaire("idFacture"); $numeroDecompte = $this->requete->getParametreFormulaire("numeroDecompte"); $_SESSION['p_numeroFeuilleMaladie_C'] = $numeroFeuilleMaladie; $_SESSION['p_idFacture_C'] = $idFacture; $facture_pop = $this->prestations->get_facture_decompte(); $prestations = $this->prestations->getprestationsfeuille_temp_opt($numeroDecompte, $idFacture); $prestations_total = $this->prestations->getprestationsfeuille_temp_total(); $this->genererVueAjax(array('facture_pop' => $facture_pop, 'prestations' => $prestations, 'prestations_total' => $prestations_total)); } }