PHP Classes

File: adherents.def.php

Recommend this page to a friend!
  Classes of Pierre FAUQUE   Liste Class   adherents.def.php   Download  
File: adherents.def.php
Role: Configuration script
Content type: text/plain
Description: example of definition file
Class: Liste Class
Generate form select inputs from MySQL queries
Author: By
Last change:
Date: 18 years ago
Size: 170 bytes
 

Contents

Class file image Download
<?
// adherents.def.php
$table = "cs_Adherents";
$champs = "idadh as ida,nom,prenom,ville";
$ordre = "nom,prenom";
$texte = "--- Sélectionner l'adhérent ---";
?>