2014-03-14, 09:44:52
The plugin system could call an auto load register just like it does register plugin. Now instead of including file they still have to register the classes, of course most plugins should be including their classes in global scope anyway so the common hook still works. All classes should be available, auto load or not.