Extension:Settings
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
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 | Download snapshot Note: 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
editrequire_once "$IP/settings/Settings.php";
$wgLanguageContent = $wgSettings->get('wgLanguageContent');
Installation
edit- To install the settings extension, put the following line in LocalSettings.php
require_once "$IP/settings/Settings.php";