[ Index ]
 

Code source de eGroupWare 1.2.106-2

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

title

Body

[fermer]

/phpgwapi/inc/ -> class.db.inc.php (source)

   1  <?php
   2      /**************************************************************************\
   3      * eGroupWare API - database support via ADOdb                              *
   4      * ------------------------------------------------------------------------ *
   5      * This program is free software; you can redistribute it and/or modify it  *
   6      * under the terms of the GNU Lesser General Public License as published    *
   7      * by the Free Software Foundation; either version 2.1 of the License, or   *
   8      * any later version.                                                       *
   9      \**************************************************************************/
  10  
  11      /* $Id: class.db.inc.php 20295 2006-02-15 12:31:25Z  $ */
  12  
  13      require_once (EGW_API_INC.'/class.egw_db.inc.php');
  14  
  15      /*
  16       * Database abstraction library
  17       *
  18       * This is only for compatibility with old code, the DB class is now called egw_db.
  19       *
  20       * @package phpgwapi
  21       * @subpackage db
  22       * @author RalfBecker@outdoor-training.de
  23       * @license LGPL
  24       */
  25  
  26      class db extends egw_db
  27      {
  28      }


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