Move all abstract stuff that DatabaseBase children must implement to new interface...
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 26 Aug 2010 23:10:11 +0000 (23:10 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 26 Aug 2010 23:10:11 +0000 (23:10 +0000)
commitdbad19adc92315b671fe9d76dafdeb3d9e84ca47
tree65ccefd4ec789f59c2c530578d7eaf8edb452979
parent3f9030a16a23fc75559d115f54ddad5c1f891670
Move all abstract stuff that DatabaseBase children must implement to new interface DatabaseType. Puts all of the 'must implement' things in one place. Also lets me use abstract statics, as a workaround for r71441
includes/AutoLoader.php
includes/db/Database.php
includes/db/DatabaseType.php [new file with mode: 0644]