acte = new Detailtarifacte(); } public function index($nomsearch="") { if ($this->requete->existeParametre("valid")) { $codeTarifActe = $_SESSION['p_codeTarifActe_C']; $codeTypePrestation = "ACT"; $libelleActeSearch = $this->requete->getParametreFormulaire("libelleActeSearch"); $actes_pop = $this->acte->getactesspossibleslike($codeTarifActe, $codeTypePrestation, $libelleActeSearch) ; } else { $actes_pop = $this->acte->getactesvide(); } $this->genererVueAjax(array('actes_pop' => $actes_pop, 'libelleActeSearch' => $libelleActeSearch)); } }