Extension:Settings

From mediawiki.org
MediaWiki extensions manual
Settings
Release status: unmaintained
Implementation other (invalid type)
Description Settings is SMW+ deployment framework like configuration system based on XML file name
Author(s) Vitold Sedyshev (vit1251talk)
Latest version 0.1 (2013-03-08)
MediaWiki
Database changes No
License GNU General Public License 3.0
Download
README
$wgSettings

The Settings extension executes on a separate process and provides a base registry object with parameters that you can use in you LocalSettings.php.

Usage[edit]

require_once "$IP/settings/Settings.php";

$wgLanguageContent = $wgSettings->get('wgLanguageContent');

Installation[edit]

  1. To install the settings extension, put the following line in LocalSettings.php
require_once "$IP/settings/Settings.php";