Extension:ExtensionClass

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
ExtensionClass

Release status: unmaintained

Implementation other (invalid type)
Description Provides a base class for developing extensions.
Author(s) Jean-Lou Dupont (Jlduponttalk)
Latest version 1.93 (2007-05-27)
MediaWiki 1.8+
Database changes no
License GPLv2+
Download here
CHANGELOG

Translate the ExtensionClass extension if possible

Check usage and version matrix; code metrics

The ExtensionClass extension provides a baseclass for extension developers.

This extension is also part of the BizzWiki platform.

Installation[edit | edit source]

  1. Download the files from here
  2. Create a directory ExtensionClass in your $IP/extensions directory
  3. Extract the files to this $IP/extensions/ExtensionClass directory
  4. Add to the end of LocalSettings.php:
    require_once("$IP/extensions/ExtensionClass/ExtensionClass.php");
  5. Installation can now be verified through Special:Version on your wiki

Extensions Dependencies[edit | edit source]