I'm in the early stages of designing a site with the framework and trying to
understand more fully the url/routing interaction.

Assuming the standard routing behavior of:

[URI]/controller/action/var1/value1/var2/value2

what if I want to pass vars/params using a default and/or omitted (index)
controller and/or action specified in the url?

ie. do I have to use a url of:

[URI]/index/index/var1/value1/var2/value2

to pass var/params in my url?

Is there any way around this, ie. a "magic" way to signal default/index for
one or both of the controller/action designators and still pass in
parameters in their place(s) without confusing the router?
-- 
View this message in context: 
http://www.nabble.com/URL-Routing-and-Params-tp19325888p19325888.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to