Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Next Minor Release
-
Component/s: Zend_Application
-
Labels:
Description
Hello
using zend_application frontController resource plugin, i can't set the dispatcher class i want to use. what we can did old days using An instance from frontController
$frontController->setDispatcher(Whatever_Dispatcher());
Downgrading this to an "Improvement" request, as being able to override dispatcher from application.ini is not a common use case and there are workarounds (like a Zend_Application resource plugin)