Hi all, I would like to render a menu from xml config using Zend Navigation. My problem is to include action specific variables in the url.
I.e. in my xml file
<home>
<label>Home</label>
<controller>index</controller>
<action>index</action>
</home>
In my menu i would like the url pointing to /index/index/?id=xxx
Is that possible?
If yes, how, if no are there any possible workarounds?
BR
Joakim
