I am using breadcrumbs in my zend application, the question is I have to use dynamicallly changing parameters.
In my breadcrumb it should be:
Manage hotels -> hotel1 -> rates -> add rate
the hotel is changing, but I can only do
Manage hotels-> rates -> add rate
I can't add the dynamically changing hotel name to my breadcrumb, how can I do this, is there any way to do this?
Zend_Navigationworks best with a static structure. Perhaps it isn't the best solution for your application