[ Index ]
 

Code source de SPIP Agora 1.4

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/Agora1-4/ecrire/include/bd/common/ -> extranaute_common.php (source)

   1  <?php
   2  /******* Fichier Ajouté EXTRANET guillaume.grason@diplomatie.gouv.fr *******/
   3  //
   4  // Base class for Extranaute business persistence abstraction.
   5  //
   6  
   7  
   8  if (defined("_BD_EXTRANAUTECOMMON")) return;
   9  define("_BD_EXTRANAUTECOMMON", "1");
  10  
  11  require_once dirname(__FILE__)."/../extranaute.php";
  12  define("EXTRANAUTE_ALL_FIELDS", " id_extranaute, nom, email, login, pass, maj, htpass ");
  13  
  14  /**
  15   * BD_extranaute_common is an implementation for Common of BD_extranaute business class.
  16   * @package    BD_common
  17   * @author     Guillaume Grason <guillaume.grason@diplomatie.gouv.fr>
  18   * @access    public
  19   */
  20  
  21  class BD_extranaute_common extends BD_extranaute {
  22  }
  23  ?>


Généré le : Sat Feb 24 14:40:03 2007 par Balluche grâce à PHPXref 0.7