[ Index ]
 

Code source de eGroupWare 1.2.106-2

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

title

Body

[fermer]

/emailadmin/setup/ -> tables_baseline.inc.php (source)

   1  <?php
   2      /**************************************************************************\
   3      * EGroupWare                                                               *
   4      * http://www.egroupware.org                                                *
   5      * http://www.phpgw.de                                                      *
   6      * Author: lkneschke@phpgw.de                                               *
   7      * --------------------------------------------                             *
   8      *  This program is free software; you can redistribute it and/or modify it *
   9      *  under the terms of the GNU General Public License as published by the   *
  10      *  Free Software Foundation; either version 2 of the License, or (at your  *
  11      *  option) any later version.                                              *
  12       \**************************************************************************/
  13  
  14      /* $Id: tables_baseline.inc.php 11493 2003-08-31 17:16:17Z lkneschke $ */
  15  
  16      $phpgw_baseline = array(
  17          'phpgw_emailadmin' => array(
  18              'fd' => array(
  19                  'profileID'    => array('type' => 'auto', 'nullable' => false),
  20                  'smtpServer'    => array('type' => 'varchar', 'precision' => 80),
  21                  'smtpPort'    => array('type' => 'int', 'precision' => 4),
  22                  'smtpAuth'    => array('type' => 'varchar', 'precision' => 3),
  23                  'ldapServername' => array('type' => 'varchar', 'precision' => 80),
  24                  'ldapBasedn'    => array('type' => 'varchar', 'precision' => 200),
  25                  'ldapAdmindn'    => array('type' => 'varchar', 'precision' => 200),
  26                  'ldapAdminpw'    => array('type' => 'varchar', 'precision' => 30),
  27                  'ldapUseDefault' => array('type' => 'varchar', 'precision' => 3),
  28                  'description'    => array('type' => 'varchar', 'precision' => 200)
  29              ),
  30              'pk' => array('profileID'),
  31              'fk' => array(),
  32              'ix' => array(),
  33              'uc' => array()
  34          )
  35      );
  36  ?>


Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7