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>
この問題については、すでにここに記録されています。