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.
First of all you need to decide which way you will choose:
- navigation with xml setup file or
- from application.ini file


