"._("pere"); 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."pere LEFT JOIN ".DB_PREFIXE."nomenclature_pere ON pere.nomenclature_pere=nomenclature_pere.nomenclature_pere "; // SELECT $champAffiche = array( 'pere.pere as "'._("pere").'"', 'pere.libelle as "'._("libelle").'"', 'nomenclature_pere.libelle as "'._("nomenclature_pere").'"', 'pere.point_geom as "'._("point_geom").'"', 'pere.perim_geom as "'._("perim_geom").'"', ); // $champNonAffiche = array( ); // $champRecherche = array( 'pere.pere as "'._("pere").'"', 'pere.libelle as "'._("libelle").'"', 'nomenclature_pere.libelle as "'._("nomenclature_pere").'"', ); $tri="ORDER BY pere.libelle ASC NULLS LAST"; $edition="pere"; /** * Gestion de la clause WHERE => $selection */ // Filtre listing standard $selection = ""; // Liste des clés étrangères avec leurs éventuelles surcharges $foreign_keys_extended = array( "nomenclature_pere" => array("nomenclature_pere", ), ); // Filtre listing sous formulaire - nomenclature_pere if (in_array($retourformulaire, $foreign_keys_extended["nomenclature_pere"])) { $selection = " WHERE (pere.nomenclature_pere = '".$idx."') "; } /** * Gestion SOUSFORMULAIRE => $sousformulaire */ $sousformulaire = array( 'fils', ); ?>