Rev 170 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?phpclass recherchenomverna extends groupeMacroElement {function __construct($une_connexion){parent::__construct($une_connexion);}function construire(){$this->dblock = new blockdedonnees('FICHE_LISTE_NOMS_VERNA');if (array_key_exists('radical', $_REQUEST)) {$this->dblock->ajouterDonnee('radical', $_REQUEST['radical']);}$this->construireContexte();$this->ajouterMacroElement();}function construireContexte(){}function ajouterMacroElement(){$un_macro_element = $this->macroElementFactory('VERNACULAIRE_RECHERCHE', $this->dblock);$un_macro_element->construire();}}?>