[ Index ] |
PHP Cross Reference of DokuWiki |
[Source view] [Print] [Project Stats]
Load all internal libraries and setup class autoloader
Author: | Andreas Gohr |
File Size: | 167 lines (6 kb) |
Included or required: | 2 times |
Referenced: | 0 times |
Includes or requires: | 25 files inc/httputils.php inc/template.php inc/search.php inc/utf8.php inc/confutils.php inc/pageutils.php inc/auth.php inc/parserutils.php inc/pluginutils.php inc/changelog.php inc/fulltext.php inc/html.php inc/common.php inc/toolbar.php inc/media.php inc/infoutils.php inc/actions.php inc/mail.php inc/compatibility.php inc/defines.php inc/deprecated.php inc/legacy.php inc/indexer.php inc/io.php inc/form.php |
load_autoload($name) X-Ref |
spl_autoload_register callback Contains a static list of DokuWiki's core classes and automatically require()s their associated php files when an object is instantiated. return: bool param: string $name author: Andreas Gohr <andi@splitbrain.org> |