[ticket/11015] Remove old dbal classes

PHPBB3-11015
This commit is contained in:
Igor Wiedler 2012-11-12 10:38:28 +01:00
parent 5e52216b5e
commit 9bc9ac281a
9 changed files with 0 additions and 171 deletions

View file

@ -1,19 +0,0 @@
<?php
/**
*
* @package dbal
* @copyright (c) 2012 phpBB Group
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
class dbal_firebird extends phpbb_db_driver_firebird {
}

View file

@ -1,19 +0,0 @@
<?php
/**
*
* @package dbal
* @copyright (c) 2012 phpBB Group
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
class dbal_mssql extends phpbb_db_driver_mssql {
}

View file

@ -1,19 +0,0 @@
<?php
/**
*
* @package dbal
* @copyright (c) 2012 phpBB Group
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
class dbal_mssql_odbc extends phpbb_db_driver_mssql_odbc {
}

View file

@ -1,19 +0,0 @@
<?php
/**
*
* @package dbal
* @copyright (c) 2012 phpBB Group
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
class dbal_mssqlnative extends phpbb_db_driver_mssqlnative {
}

View file

@ -1,19 +0,0 @@
<?php
/**
*
* @package dbal
* @copyright (c) 2012 phpBB Group
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
class dbal_mysql extends phpbb_db_driver_mysql {
}

View file

@ -1,19 +0,0 @@
<?php
/**
*
* @package dbal
* @copyright (c) 2012 phpBB Group
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
class dbal_mysqli extends phpbb_db_driver_mysqli {
}

View file

@ -1,19 +0,0 @@
<?php
/**
*
* @package dbal
* @copyright (c) 2012 phpBB Group
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
class dbal_oracle extends phpbb_db_driver_oracle {
}

View file

@ -1,19 +0,0 @@
<?php
/**
*
* @package dbal
* @copyright (c) 2012 phpBB Group
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
class dbal_postgres extends phpbb_db_driver_postgres {
}

View file

@ -1,19 +0,0 @@
<?php
/**
*
* @package dbal
* @copyright (c) 2012 phpBB Group
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
class dbal_sqlite extends phpbb_db_driver_sqlite {
}