zend
< framework
< developpement
< samuelledrezen
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. 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.
Il est très utile dans une application Web d’avoir un système de navigation capable de cartographier les pages d’un site et d’en déduire des plan de site, fils d’arianes, menus, sitemap.xml, … Zend_Navigation a été conçu dans cette optique, il propose un système de gestion de pages et des helpers pour générer des composants graphiques. Nous allons voir dans ce tutoriel une façon simple de mettre en place Zend_Navigation :
It’s been a while since I last time played with beauty of Zend Framework. 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.