autoload plugin namespace
This introduces an autoloader for namespaces starting with plugin\* This way, plugins can easily have additional classes auto loaded without needing to register their own loader. A plugin\*\test\* namespace will automatically be mapped to the _test directory of the plugin.
Please register or sign in to comment