background preloader

Zend

Facebook Twitter

Zend_Navigation Tricks: True tab navigation with sub menus – Part 1. Posted: 16th August 2009 by Grant Perry in Zend Framework Tags: navigation, tabs, Zend_Navigation It is some what tricky with the Zend_Navigation menu helpers to set up your typical tab-based navigation with sub pages relevant to the tab your on, as seen below.

Zend_Navigation Tricks: True tab navigation with sub menus – Part 1

But it’s not far difficult so don’t be put off, hopefully the view helpers will improve over time. In the mean time this is a 3 part series in achieving the navigation I set up in utilitiesman.com as seen above. Zend Framework navigation with breadcrumbs. It’s been a while since I last time played with beauty of Zend Framework.

Zend Framework navigation with breadcrumbs

Each time I check new features it seems to me that the things are more simplier than the last time, I might be wrong (I wouldn’t bet on that) or I’m just getting better Let’s check this piece of cake – how you can create navigation with breadcrumbs in Zend Framework project. As many things in Zend Framework you can get same features in different ways, so the same thing goes with the Zend_Navigation class.