Subversion Repositories Applications.papyrus

Rev

Rev 1088 | Blame | Last modification | View Log | RSS feed

<?php

// +--------------------------------------------------------------------------------+
// | annuaire_moteur_config.php                                                                                                         |
// +--------------------------------------------------------------------------------+
// | Copyright (c) 2000 - 2003 Tela Botanica                                                                                                            |
// +--------------------------------------------------------------------------------+
// | Fichier de configuration de annuaire_moteur.php            |
// +--------------------------------------------------------------------------------+
// | Auteur : Alexandre Granier <alexandre@tela-botanica.org>                                   |
// +--------------------------------------------------------------------------------+
//
// $Id: annuaire_backoffice.config.inc.php,v 1.4 2007-04-11 08:30:12 neiluj Exp $

/**
//==================================== CONSTANTES ==================================
* Constantes des noms de tables et de champs dans l'annuaire admin papyrus
//==================================================================================
*/

/** Nom de la table Annuaire */
define ('INS_ANNUAIRE', 'gen_annuaire');
/** Champs identifiant */
define ('INS_CHAMPS_ID', 'ga_id_administrateur');                   
/** Champs adresse mail */
define ('INS_CHAMPS_MAIL', 'ga_mail');
/** Champs nom */
define ('INS_CHAMPS_NOM', 'ga_nom');
/** Champs prénom */
define ('INS_CHAMPS_PRENOM', 'ga_prenom');
/** Champs mot de passe */
define ('INS_CHAMPS_PASSE', 'ga_mot_de_passe');
?>