| [ PHPXref.com ] | [ Generated: Sun Jul 20 17:32:23 2008 ] | [ ErfurtWiki 1.02b ] |
| [ Index ] [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Summary view] [Print] [Text view]
1 ! A general pluginterface 2 3 The main [PHP|http://php.net/] script of ErfurtWiki contains everything 4 necessary to run a wiki site (except the html around which make up your 5 sites` layout). However at some point of its development the extensions 6 got too large to be included into the core without hurting speed. So from 7 now non-essential but powerful extensions can be added (using just PHPs 8 include() statement) into the engine through the new __pluginterface__, 9 which is surprisingly just a simple array structure listing the 10 extension functions. 11 12 Please see the [README.plugins], [README.programming] or ErfurtWiki:ListOfPluginHooks 13 for a complete plugin list and more informations about this. 14 15 16 ! The mpi plugins 17 18 Another extension are the MpiPlugins which themselves utilize the general 19 pluginterface to chain into the page transformation process to extend them 20 with dynamically generated content.
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| [ Powered by PHPXref - Served by Debian GNU/Linux ] |