Hi, I am wondering whether there is a better way for doing the following:
My navigation has some routes that require the user-id of the currently authenticated user. I can apply a listener that injects this id to every page in the navigation. This however requires an extra listener which I am not really fond of. Is there another way to make the user-id a global parameter, so that every route can use it. Or perhaps another method? -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Dynamic-parameter-in-Navigation-tp4660049.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
