Extension:ExtensionClass
From MediaWiki.org
| The author of this extension is no longer maintaining it! Meaning any reports for additional features and/or bugfixes will more than likely be ignored. Volunteers are encouraged to take on the task of developing and maintaining it. As a courtesy, you may want to contact the author. You should also remove this template and list yourself as maintaining the extension in the page's {{extension}} infobox. |
|
ExtensionClass Release status: unmaintained |
|
|---|---|
| Implementation | other (invalid type) |
| Description | Provides a base class for developing extensions. |
| Author(s) | Jean-Lou Dupont (Jlduponttalk) |
| Last version | 1.93 (2007-05-27) |
| MediaWiki | 1.8+ |
| Database changes | no |
| License | GPLv2+ |
| Download | here CHANGELOG |
| Check usage and version matrix | |
The ExtensionClass extension provides a baseclass for extension developers.
This extension is also part of the BizzWiki platform.
Installation [edit]
- Download the files from here
- Create a directory
ExtensionClassin your$IP/extensionsdirectory - Extract the files to this
$IP/extensions/ExtensionClassdirectory - Add to the end of LocalSettings.php:
require_once("$IP/extensions/ExtensionClass/ExtensionClass.php");
- Installation can now be verified through Special:Version on your wiki