Home
last modified time | relevance | path

Searched hist:"8 a58013ef5551e106dde1fa7b3d9a7330a36dc11" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A Dload.php8a58013ef5551e106dde1fa7b3d9a7330a36dc11 Sun Oct 18 02:45:41 UTC 2015 David Stone <dstone@cbs.com> Optimizations to autoloader

Autoloader should return true if it can handle the class so other registered autoloader don't execute.
require is faster than require_once and should be safe to use since the autoloader won't run if the class already exists