".__("om_tables"); if(!isset($premier)) $premier=''; if(!isset($tricolsf)) $tricolsf=''; if(!isset($premiersf)) $premiersf=''; if(!isset($selection)) $selection=''; if(!isset($retourformulaire)) $retourformulaire=''; if (!isset($idxformulaire)) { $idxformulaire = ''; } if (!isset($tricol)) { $tricol = ''; } if (!isset($valide)) { $valide = ''; } // FROM $table = DB_PREFIXE."om_tables"; // SELECT $champAffiche = array( 'om_tables.table_name as "'.__("table_name").'"', 'om_tables.table_schema as "'.__("table_schema").'"', 'om_tables.table_type as "'.__("table_type").'"', 'om_tables.libelle as "'.__("libelle").'"', 'om_tables.affichage as "'.__("affichage").'"', 'om_tables.nombre_colonne as "'.__("nombre_colonne").'"', 'om_tables.col1 as "'.__("col1").'"', 'om_tables.col2 as "'.__("col2").'"', 'om_tables.col3 as "'.__("col3").'"', 'om_tables.recherche as "'.__("recherche").'"', ); // $champNonAffiche = array( 'om_tables.comment as "'.__("comment").'"', 'om_tables.parametre as "'.__("parametre").'"', ); // $champRecherche = array( 'om_tables.table_name as "'.__("table_name").'"', 'om_tables.table_schema as "'.__("table_schema").'"', 'om_tables.table_type as "'.__("table_type").'"', 'om_tables.libelle as "'.__("libelle").'"', 'om_tables.affichage as "'.__("affichage").'"', 'om_tables.nombre_colonne as "'.__("nombre_colonne").'"', 'om_tables.col1 as "'.__("col1").'"', 'om_tables.col2 as "'.__("col2").'"', 'om_tables.col3 as "'.__("col3").'"', 'om_tables.recherche as "'.__("recherche").'"', ); $tri="ORDER BY om_tables.libelle ASC NULLS LAST"; $edition="om_tables"; /** * Gestion de la clause WHERE => $selection */ // Filtre listing standard $selection = ""; /** * Gestion SOUSFORMULAIRE => $sousformulaire */ $sousformulaire = array( 'om_actions', 'om_contraintes', 'om_etat', 'om_forms', 'om_requete', 'om_sousetat', 'om_triggers', );