Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: 1.10.7
-
Component/s: Zend_Application_Resource
-
Labels:None
Description
Problem: When pointing in config application.ini to load some plugins, such as:
resources.frontController.plugins = Some_Plugin resources.frontController.plugins = Another_Plugin
then Zend_Application_Resource_Frontcontroller trying to create them, but not to load. So, in projects, where autoloading is off, there isn't other way than directly include all plugin files in index.php
i think, it's bad practice. Especially, when i'm using different sets of plugins in different environments.
this is a very simple issue and only 3 lines of code fixes them. attaching them as a patch (to version 1.10.2)
patch to fix issue