Does Zend Navigation view helper has a uri integrity check?
- by simple
I am kind a confused, though I am using the uri's, it doesn't render child menu items when uri has nonexisting element(madule name||controller name)
<tours>
<label>Tours</label>
<uri>/admin/tour/index/list</uri>
<class>admin-main-navigation-item ui-corner-right</class>
<pages>
<add>
<label>Add</label>
<uri>/admin/tour/index/form/type/add</uri>
</add>
<edit>
<label>Edit</label>
<uri>/admin/tour/index/list</uri>
</edit>
</pages>
</tours>
the edit and add item are not rendered because of the "admin" - is a dummy word that I use to distinguish if it is a frontend or backend of the module. any help would be appreciated, thanks