Page 1 of 1

[Kohana]Tree generation

Posted: Sat Jan 28, 2012 4:22 pm
by infinit
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

Re: [Kohana]Tree generation

Posted: Tue Jan 31, 2012 5:42 pm
by badsyntax
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..