MediaWiki  1.23.8
MssqlUpdater.php
Go to the documentation of this file.
1 <?php
32 
36  protected $db;
37 
38  protected function getCoreUpdateList() {
39  return array(
40  // 1.23
41  array( 'addField', 'mwuser', 'user_password_expires', 'patch-user_password_expires.sql' ),
42  );
43  }
44 }
MssqlUpdater\$db
DatabaseMssql $db
Definition: MssqlUpdater.php:35
MssqlUpdater
Class for setting up the MediaWiki database using Microsoft SQL Server.
Definition: MssqlUpdater.php:31
php
skin txt MediaWiki includes four core it has been set as the default in MediaWiki since the replacing Monobook it had been been the default skin since before being replaced by Vector largely rewritten in while keeping its appearance Several legacy skins were removed in the as the burden of supporting them became too heavy to bear Those in etc for skin dependent CSS etc for skin dependent JavaScript These can also be customised on a per user by etc This feature has led to a wide variety of user styles becoming that gallery is a good place to ending in php
Definition: skin.txt:62
DatabaseUpdater
Class for handling database updates.
Definition: DatabaseUpdater.php:33
array
the array() calling protocol came about after MediaWiki 1.4rc1.
List of Api Query prop modules.
DatabaseMssql
Definition: DatabaseMssql.php:31
MssqlUpdater\getCoreUpdateList
getCoreUpdateList()
Get an array of updates to perform on the database.
Definition: MssqlUpdater.php:37