[ Index ]
 

Code source de eGroupWare 1.2.106-2

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

title

Body

[fermer]

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

   1  <?php
   2    /**************************************************************************\
   3    * eGroupWare - Editable Templates                                          *
   4    * http://www.egroupware.org                                                *
   5    " Written by Ralf Becker <RalfBecker@outdoor-training.de>                  *
   6    * --------------------------------------------                             *
   7    *  This program is free software; you can redistribute it and/or modify it *
   8    *  under the terms of the GNU General Public License as published by the   *
   9    *  Free Software Foundation; either version 2 of the License, or (at your  *
  10    *  option) any later version.                                              *
  11    \**************************************************************************/
  12  
  13    /* $Id: tables_baseline.inc.php 13524 2004-01-27 16:58:19Z reinerj $ */
  14  
  15      $phpgw_baseline = array(
  16          'phpgw_etemplate' => array(
  17              'fd' => array(
  18                  'et_name' => array('type' => 'char','precision' => 80,'nullable' => False),
  19                  'et_template' => array('type' => 'char','precision' => 20,'nullable' => False,'default' => ''),
  20                  'et_lang' => array('type' => 'char', 'precision' => 5,'nullable' => False,'default' => ''),
  21                  'et_group' => array('type' => 'int', 'precision' => 4,'nullable' => False, 'default' => 0),
  22                  'et_version' => array('type' => 'char','precision' => 20,'nullable' => False,'default' => ''),
  23                  'et_data' => array('type' => 'varchar', 'precision' => 32000,'nullable' => True),
  24                  'et_size' => array('type' => 'char','precision' => 20,'nullable' => True),
  25                  'et_style' => array('type' => 'varchar', 'precision' => 32000,'nullable' => True)
  26              ),
  27              'pk' => array('et_name','et_template','et_lang','et_group','et_version'),
  28              'fk' => array(),
  29              'ix' => array(),
  30              'uc' => array()
  31          )
  32      );
  33  
  34  ?>


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