[fw-general] Zend_Navigation show submenu when invisible page is active.

2011-02-15 Thread panxpress
Hi, I have the following Zend_Navigation config -Item1 -Item2 |---SubItem2 1 |---SubItem2 2 |---SubItem2 3 (Visible = false) -Item3 |---SubItem3 1 |---SubItem3 2 -Item4 |---SubItem4 1 Now, in application, whenever the user is on SubItems (visible = true), the submenu renders co

Re: [fw-general] Re: adding a REST route chained with another route

2011-02-15 Thread Guillaume ORIOL
Le 12/02/11 12:24, Wil Moore III a écrit : The first thing you will want to check when attempting to match a rest route is whether or not you are trying the correct URI. For example: This Uri will likely not match via the rest route: app.domain.com but based on what I see in your route con