"._("livre"); 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($idxformulaire)) { $idxformulaire = ''; } if (!isset($selectioncol)) { $selectioncol = ''; } if (!isset($tricol)) { $tricol = ''; } if (!isset($valide)) { $valide = ''; } if (!isset($recherche)) { $recherche = ''; } if (isset($idx) && $idx != ']' && trim($idx) != '') { $ent .= "-> ".$idx." "; } if (isset($idz) && trim($idz) != '') { $ent .= " ".strtoupper($idz)." "; } // FROM $table = DB_PREFIXE."livre"; // SELECT $champAffiche = array( 'livre.id_livre as "'._("id_livre").'"', 'livre.titre as "'._("titre").'"', 'livre.genre as "'._("genre").'"', ); // $champNonAffiche = array( ); // $champRecherche = array( 'livre.id_livre as "'._("id_livre").'"', 'livre.titre as "'._("titre").'"', 'livre.genre as "'._("genre").'"', ); $tri="ORDER BY livre.titre ASC NULLS LAST"; $edition="livre"; /** * Gestion de la clause WHERE => $selection */ // Filtre listing standard $selection = ""; ?>