Class Map Autoloader

Class Map Autoloader 1.0.0

No permission to download

silence

Well-known member
silence submitted a new resource:

Class Map Autoloader - Builds a Class Map for XenForo!

So apparently a class map MIGHT be faster in some instances so I just winged it and got classmaps working in XenForo.

It will only call the class map for whatever initializing file you call (index.php, admin.php).

To install, just upload the files and install the XML.
Open up index.php in your XenForo root and change this line:
Code:
require($fileDir . '/library/XenForo/Autoloader.php');
to this:
Code:
require($fileDir . '/library/ClassMapAutoloader/Autoloader.php');
And...

Read more about this resource...
 
Top Bottom