yiiext / nested-set-behavior

AR models behavior that allows to work with nested sets tree.
http://www.yiiframework.com/extension/nestedsetbehavior/
BSD 3-Clause "New" or "Revised" License
157 stars 64 forks source link

Non-recursive tree traversal #3

Closed rikius closed 12 years ago

rikius commented 12 years ago

i noticed that if we have categories starting level 2 generates more then it required li ul endings. ex. i what generate only specific brash not all tree. If need example i can show with mysql.

creocoder commented 12 years ago

This just example for full tree traversing. If you need specifics, just modify the algorithm.