ZF-3361: Move URL view helper business logic to a new router method
Description
Move URL view helper business logic to a new router method.
This will:
- Keep business logic in appropriate place
- Allow similar parts of the framework to run from one codebase (url view helper, url action helpers)
- Router level assembly should be able to use current path_info parameters
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2008-11-05T08:58:10.000+0000
What's the status of this? Doesn't the assemble() method do this for us already?
Posted by Adam Lundrigan (adamlundrigan) on 2012-05-29T15:28:03.000+0000
Closing as Won't Fix * Issue description is vague * Existing router provides logic separation via {{assemble}}