MediaWiki
REL1_23
|
Class for setting up the MediaWiki database using Microsoft SQL Server. More...
Protected Member Functions | |
getCoreUpdateList () | |
Get an array of updates to perform on the database. | |
Protected Attributes | |
DatabaseMssql | $db |
Handle to the database subclass. |
Class for setting up the MediaWiki database using Microsoft SQL Server.
Definition at line 31 of file MssqlUpdater.php.
MssqlUpdater::getCoreUpdateList | ( | ) | [protected] |
Get an array of updates to perform on the database.
Should return a multi-dimensional array. The main key is the MediaWiki version (1.12, 1.13...) with the values being arrays of updates, identical to how updaters.inc did it (for now)
Reimplemented from DatabaseUpdater.
Definition at line 37 of file MssqlUpdater.php.
References array().
DatabaseMssql MssqlUpdater::$db [protected] |
Handle to the database subclass.
Reimplemented from DatabaseUpdater.
Definition at line 35 of file MssqlUpdater.php.