如何创建 Zend_Navigation 虚拟节点 - Zend Framework 1.11.4
我正在尝试在 Zend_Navigation 树中创建一个节点,该节点仅用于组织其中的链接。因此,它在渲染时不需要锚标记,并且不会显示在面包屑中。有人知道如何实现这一点吗?
i'm trying to create a node in the Zend_Navigation tree that is just used for organizing the links within it. therefore it would NOT require an anchor tag when rendered and not show up in the breadcrumb. anyone know how to make this happen?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不太确定你在追求什么。我假设您使用
application/config
文件夹中的navigation.xml
来组织导航。然后你可以提供一个虚拟导航元素并使用 css 禁用它:Not really sure what your're after. I assume that you use
navigation.xml
inapplication/config
folder to organize your navigation. Then you could provide a dummy navigation element and disable it using css: