Hey there,
Is there some possibility to generate dynamic tree navigation for kohana ?
e.g. Main page -> Something -> subSomething , depends from controller/action/param ?
I was googling, but I didnt find anything useful.
Greetings
[Kohana]Tree generation
Moderator: General Moderators
Re: [Kohana]Tree generation
Do you mean breadcrumbs?
Have a look here: http://blog.badsyntax.co/post/268726743 ... readcrumbs
IIRC, that example uses 3.0, so you might need to change $this->request->uri
Also it uses the URI instead of the controller/action/param..
Have a look here: http://blog.badsyntax.co/post/268726743 ... readcrumbs
IIRC, that example uses 3.0, so you might need to change $this->request->uri
Also it uses the URI instead of the controller/action/param..