1478618808 | current | ||
---|---|---|---|
Line 3: | Line 3: | ||
DokuWiki registers its own autoloader early on in [[xref>inc/load.php]]. When developing plugins you nearly never need to require any other files yourself. | DokuWiki registers its own autoloader early on in [[xref>inc/load.php]]. When developing plugins you nearly never need to require any other files yourself. | ||
- | Plugins components are automatically recognized by their naming scheme and [[plugin_file_structure|file_structure]]. However those should always be loaded via [[xref>plugin_load()]]. | + | Plugin components are automatically recognized by their naming scheme and [[plugin_file_structure|file_structure]]. However those should always be loaded via [[xref>plugin_load()]]. |
If you need additional classes, simply use the appropriate namespace as outlined below. | If you need additional classes, simply use the appropriate namespace as outlined below. |
↧
devel:autoloader - [Autoloader]
↧