Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用Zend_Navigation我想在面包屑中显示导航项目但将其隐藏在我的菜单中,我该怎么做?
Zend_Navigation
有很多选择,例如
visible
setRenderInvisible(true/false)
getContainer()
getItemBy()
使用 XML 配置文件时,请使用整数而不是布尔值:
<visible>0</visible>
此处已针对此问题记录了一个问题。