开发者

How to have includes / elemnts in Zend framework

开发者 https://www.devze.com 2023-01-07 13:12 出处:网络
I\'m new to Zend Framework. I have a menu of tabs that is used on various views but I need to highlight which section t开发者_Python百科he user is in.

I'm new to Zend Framework.

I have a menu of tabs that is used on various views but I need to highlight which section t开发者_Python百科he user is in.

I have seen placeholders but they don't seem very flexible and don't really do the job since I can't access any variables to see what area the user is in.

Normally I would do this as an include, but not sure where to go with Zend.

Thank you for any help.


Zend_Navigation takes care of all your navigation problems:

Zend Framework: Documentation: Zend_Navigation - Zend Framework Manual

0

精彩评论

暂无评论...
验证码 换一张
取 消