Source for file mysqli.dbschema.php

Documentation is available at mysqli.dbschema.php

  1. <?php
  2. /**
  3. @package    jelix
  4. @subpackage db_driver
  5. @author     Laurent Jouanneau
  6. @copyright  2005-2010 Laurent Jouanneau
  7. @link        http://www.jelix.org
  8. @licence     http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file
  9. */
  10.  
  11. require_once(JELIX_LIB_PATH.'plugins/db/mysql/mysql.dbschema.php');
  12.  
  13. /**
  14.  * 
  15.  * @package    jelix
  16.  * @subpackage db_driver
  17.  */
  18. class mysqliDbTable extends mysqlDbTable {
  19.  
  20. }
  21.  
  22. /**
  23.  * 
  24.  * @package    jelix
  25.  * @subpackage db_driver
  26.  */
  27. class mysqliDbSchema extends mysqlDbSchema {
  28.  
  29. }

Documentation generated on Wed, 04 Jan 2017 22:58:17 +0100 by phpDocumentor 1.4.3