« Return to Thread: [Fwd: Re: Generate menu with variables with Zend Navigation]

[Fwd: Re: Generate menu with variables with Zend Navigation]

by Joakim Gerth :: Rate this Message:

Reply to Author | View in Thread



And how to make id dynamical? So it can be rendered differently dependent on where i am?

On Mon, Jun 22, 2009 at 6:36 PM, Josh Team <joshteam@...> wrote:
<params>
 <id>xxx</id>
</params>
after </action> and before </home>

On Mon, Jun 22, 2009 at 11:34 AM, Joakim Gerth<armarna@...> wrote:
> 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
>
>

 « Return to Thread: [Fwd: Re: Generate menu with variables with Zend Navigation]