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 |
|
Parameters
$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
require_once "$IP/settings/Settings.php";
$wgLanguageContent = $wgSettings->get('wgLanguageContent');
Installation
- To install the settings extension, put the following line in LocalSettings.php
require_once "$IP/settings/Settings.php";
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.