acte = new Actes_temp(); } public function index() { $codeTarifActe = $_SESSION['codeTarifActe_Dec'] ; $familleacte = $this->acte->getListeFamilleComplet($codeTarifActe) ; //var_dump($familleacte); //die(); $prestations = $this->acte->get_prestations_ajoute_dec(); $this->genererVueAjax(array('familleacte' => $familleacte, 'prestations' => $prestations)); } }