"._("nomenclature_fils"); if(!isset($premier)) $premier=''; if(!isset($recherche1)) $recherche1=''; if(!isset($tricolsf)) $tricolsf=''; if(!isset($premiersf)) $premiersf=''; if(!isset($selection)) $selection=''; if(!isset($retourformulaire)) $retourformulaire=''; if (isset($idx) && $idx != ']' && trim($idx) != '') { $ent .= "-> ".$idx." "; } if (isset($idz) && trim($idz) != '') { $ent .= " ".strtoupper($idz)." "; } // FROM $table = DB_PREFIXE."nomenclature_fils"; // SELECT $champAffiche = array( 'nomenclature_fils.nomenclature_fils as "'._("nomenclature_fils").'"', 'nomenclature_fils.libelle as "'._("libelle").'"', ); // $champNonAffiche = array( ); // $champRecherche = array( 'nomenclature_fils.nomenclature_fils as "'._("nomenclature_fils").'"', 'nomenclature_fils.libelle as "'._("libelle").'"', ); $tri="ORDER BY nomenclature_fils.libelle ASC NULLS LAST"; $edition="nomenclature_fils"; /** * Gestion de la clause WHERE => $selection */ // Filtre listing standard $selection = ""; /** * Gestion SOUSFORMULAIRE => $sousformulaire */ $sousformulaire = array( 'fils', ); ?>