Custom Routes and Retrieving Keyless Parameters in Zend Framework 1.11
Posted by Andy Nagai on Apr 23, 2012
0 comments
You can specify what specific path fields should be mapped to. In this example will recognize a path without the parameter name and just the value. So you can have a path like /action/value/value instead of /action/key/value/key/value. Having a keyless path is a cleaner compact url. You will need to create a custom route in [...]