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 example #2

Closed rikius closed 12 years ago

rikius commented 12 years ago

i think there is error in that example

at this line

for($i=$level-$model->level;$i;$i--)

model is undefined so we do not know the model level.

creocoder commented 12 years ago

Thanks, fixed.