mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 15:46:44 +02:00
Moved autoload responsibility to e107_class.php
Instead of every independently operating client code figuring out its own autoload policies, the e107 class file e107_class.php now takes care of autoloading. Any client that uses the e107 class will automatically benefit from autoloading for e107. This cuts down on potential code duplication, and e107::getSingleton() is no longer tied to trying to figure out the class path. This commit REMOVES support for the unused constant flag E107_DISABLE_AUTOLOAD introduced inbdef2707b4
and the unused autoload code introduced inf4cee92890
.
This commit is contained in:
Reference in New Issue
Block a user