I wanted to create a model Category, which a Category has parent and childrens Category for create sub-category, sub-sub-category, etc... And they have attribute "position" for sort them.
And i have see in the ORM docs : NestedSets. It sounds like interesting. You think it's a good way to use NestedSets for what i want to do ?