ZF-9724: Allow changing dispatcher class via application configuration file
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());
Comments
Posted by Adam Lundrigan (adamlundrigan) on 2012-02-24T03:47:56.000+0000
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)
Posted by Adam Lundrigan (adamlundrigan) on 2012-02-24T04:01:11.000+0000
I've attached a patch which implements the requested feature + unit test and manual page update (en)
Posted by Adam Lundrigan (adamlundrigan) on 2012-05-12T19:18:11.000+0000
Fixed in trunk (1.12.0): r24798