Zend Framework

Allow changing dispatcher class via application configuration file

Details

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());

Activity

Hide
Adam Lundrigan added a comment -

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)

Show
Adam Lundrigan added a comment - 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)
Hide
Adam Lundrigan added a comment -

I've attached a patch which implements the requested feature + unit test and manual page update (en)

Show
Adam Lundrigan added a comment - I've attached a patch which implements the requested feature + unit test and manual page update (en)
Hide
Adam Lundrigan added a comment -

Fixed in trunk (1.12.0): r24798

Show
Adam Lundrigan added a comment - Fixed in trunk (1.12.0): r24798

People

Vote (2)
Watch (2)

Dates

  • Created:
    Updated:
    Resolved: