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

Some improvments to readme #18

Closed maksimf closed 11 years ago

maksimf commented 11 years ago

I tried to use tree traversal code, that you are providing on the readme page and couldn't get it working properly unless I asked samdark's help on the email and he said, that when I select categories from DB I should add criteria "order by lft" if using single root mode and "order by root, lft" if using multiple tree mode. I would appreciate if this information will be included to readme, because for beginners it's not very obvious, thanks a lot.

creocoder commented 11 years ago

Fixed