So rather than calling example.com/posts/archive/month/09/year/2008, I could
just call example.com/posts/archive/09/2008. I know this is possible by
defining custom routes, but I want my entire application to work this way,
so writing a custom route for each action would be a nightmare. Before ZF, I
was using a custom framework that would simply grab any parameters in the
URI (after controller/action/) and use call_user_func_array() to call the
controller's action. The action would then have those variables defined
within its signature, and that's how I would access them.  I'd like to
replicate this behavior.
-- 
View this message in context: 
http://www.nabble.com/Can-I-globally-change-the-route-scheme-from-controller-action-key1-val1-key2-val2-to-just-controller-action-val1-val2--tp25831504p25831504.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to