Eran Galperin has posted a few hacks you can use for the Zend Framework's Router system to make passing arrays easy and integrated.
A big advantage to using the front controller in the Zend Framework is the ability to create nicely formatted urls.
[...] The implementation of the default router in the Zend Framework (Zend_Controller_Router_Rewrite ) does not allow for passing arrays in this manner though, since previously set keys get overwritten if they are declared...
Post new comment