PHP Classes

File: cotisations.def.php

Recommend this page to a friend!
  Classes of Pierre FAUQUE   Liste Class   cotisations.def.php   Download  
File: cotisations.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: 153 bytes
 

Contents

Class file image Download
<?
// cotisations.def.php
$table = "cs_Cotisations";
$champs = "idcot,libelle";
$ordre = "libelle";
$texte = "--- Choisir la cotisation ---";
?>