[Kohana]Tree generation

Discussion for various published PHP frameworks, including Zend Framework, CodeIgniter, Kohana, CakePHP, Yii, Symfony, and others.

Moderator: General Moderators

Post Reply
infinit
Forum Newbie
Posts: 1
Joined: Fri Dec 30, 2011 2:40 pm

[Kohana]Tree generation

Post 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
badsyntax
Forum Newbie
Posts: 1
Joined: Tue Jan 31, 2012 5:37 pm

Re: [Kohana]Tree generation

Post 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..
Post Reply