ZF-2390: Easier overloading for Zend_Controller_Dispatcher_Standard
Description
This patch enables easier overloading for Zend_Controller_Dispatcher_Standard. It helps someone to implement an extended dispatcher which simply changes the way the class formatting is done.
Comments
Posted by Lars Strojny (lars) on 2008-01-07T10:12:25.000+0000
Add Zend_Controller_Dispatcher_Standard::formatClassName() to allow easy overloading of the class formatting facility.
Posted by Matthew Weier O'Phinney (matthew) on 2008-01-29T12:35:47.000+0000
Can you provide the use case (code) that would require this change (or that this change would facilitate)?
Posted by Lars Strojny (lars) on 2008-01-29T18:55:04.000+0000
There are two use cases:
Using a different separator:
Having a default prefix:
Posted by Matthew Weier O'Phinney (matthew) on 2008-02-14T11:34:18.000+0000
Scheduling for 1.5.0
Posted by Matthew Weier O'Phinney (matthew) on 2008-02-20T21:51:53.000+0000
Applied in trunk; thanks for the patch!