[ 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_current.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_current.inc.php 20295 2006-02-15 12:31:25Z  $ */
  14  
  15      $phpgw_baseline = array(
  16          'egw_etemplate' => array(
  17              'fd' => array(
  18                  'et_name' => array('type' => 'varchar','precision' => '80','nullable' => False),
  19                  'et_template' => array('type' => 'varchar','precision' => '20','nullable' => False,'default' => ''),
  20                  'et_lang' => array('type' => 'varchar','precision' => '5','nullable' => False,'default' => ''),
  21                  'et_group' => array('type' => 'int','precision' => '4','nullable' => False,'default' => '0'),
  22                  'et_version' => array('type' => 'varchar','precision' => '20','nullable' => False,'default' => ''),
  23                  'et_data' => array('type' => 'text','nullable' => True),
  24                  'et_size' => array('type' => 'varchar','precision' => '128','nullable' => True),
  25                  'et_style' => array('type' => 'text','nullable' => True),
  26                  'et_modified' => array('type' => 'int','precision' => '4','nullable' => False,'default' => '0')
  27              ),
  28              'pk' => array('et_name','et_template','et_lang','et_group','et_version'),
  29              'fk' => array(),
  30              'ix' => array(),
  31              'uc' => array()
  32          )
  33      );


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