Re: [fw-general] Re: Setting a custom route seems to break zend_navigation URLs

2011-03-03 Thread Hector Virgen
On Thu, Mar 3, 2011 at 1:57 PM, Peter Sharp wrote: > I guess what I find confusing in this is that the route 'default' is not > used as the default. You see the word default and you expect that if > nothing is specified, then the default value should be used. I totally agree with your stateme

[fw-general] Re: Setting a custom route seems to break zend_navigation URLs

2011-03-03 Thread Peter Sharp
Hector Virgen wrote: > > In your navigation configuration you need to specify which route to use > for > each page -- it won't default to the "default" route. Without specifying a > route it's like calling the Url view helper and passing in NULL as the > route > (which ends up using the currently

Re: [fw-general] Re: Setting a custom route seems to break zend_navigation URLs

2011-03-03 Thread Hector Virgen
In your navigation configuration you need to specify which route to use for each page -- it won't default to the "default" route. Without specifying a route it's like calling the Url view helper and passing in NULL as the route (which ends up using the currently matched route). -- *Hector Virgen*

[fw-general] Re: Setting a custom route seems to break zend_navigation URLs

2011-03-03 Thread Stryks
Peter Sharp wrote: > > I have defined a custom route in order to capture a parameter in the > middle > of a URL. > > ... > > Which seemed to give the desired result. However, once I have arrived at > the URL, all my zend_navigation URL's insert the literal part of the > custom > route. i.e. t