aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/migrationtools/base.php
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-01-08 22:07:01 -0600
committerNathan Guse <nathaniel.guse@gmail.com>2013-01-09 16:42:46 -0600
commitce021710fbe4d594e4f66c3338da8bb2610a0c75 (patch)
treef9a4534b278569c58f651e2f97b6bec235985066 /phpBB/includes/db/migrationtools/base.php
parentb52a0f50ab980ca941267ddb4f509f104b07db77 (diff)
downloadforums-ce021710fbe4d594e4f66c3338da8bb2610a0c75.tar
forums-ce021710fbe4d594e4f66c3338da8bb2610a0c75.tar.gz
forums-ce021710fbe4d594e4f66c3338da8bb2610a0c75.tar.bz2
forums-ce021710fbe4d594e4f66c3338da8bb2610a0c75.tar.xz
forums-ce021710fbe4d594e4f66c3338da8bb2610a0c75.zip
[feature/migrations] Rename classes, depends on
PHPBB3-9737
Diffstat (limited to 'phpBB/includes/db/migrationtools/base.php')
-rw-r--r--phpBB/includes/db/migrationtools/base.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/phpBB/includes/db/migrationtools/base.php b/phpBB/includes/db/migrationtools/base.php
new file mode 100644
index 0000000000..7fc6057e3a
--- /dev/null
+++ b/phpBB/includes/db/migrationtools/base.php
@@ -0,0 +1,15 @@
+<?php
+/**
+*
+* @package migration
+* @copyright (c) 2012 phpBB Group
+* @license http://opensource.org/licenses/gpl-license.php GNU Public License v2
+*
+*/
+
+class phpbb_db_migrationtools_base
+{
+ var $cache;
+ var $config;
+ var $db;
+} \ No newline at end of file