I need a navigation which depends on an entity but i dont know hot to do that. For Example i have a CompanyController with the following actions. Each of this actions has its own route. The navigation will be only included, if we are on one of that routes.
/company/name-of-the-company/description => CompanyController => viewAction /company/name-of-the-company/images => CompanyController => imagesAction ... Where do i have to check for the company entity and build the navigation out of it? Also it would be nice, if the navigation entries only appear, if there is a result from the entity. For Example: Show images link only if the company has images etc... Thanks in advance, regards Dominik -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/ZF2-dynamic-navigation-with-dependency-tp4661673.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
