[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/inc/ -> load.php (summary)

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

Defines 1 function

  load_autoload()

Functions
Functions that are not part of a class:

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>