Modified Pre-order Tree Transversal?

hello, i need so much the tree view to represent the nested pages and to generate drop-down menus but i came from the cakephp where there’s the Tree behavior with the left and right attributes even joe celko in his book JOE CELKO’S TREES AND HIERARCHIES IN SQL FOR SMARTIES explain that so is the CTreeView class the implementation of the representation of the nested data (partial MPTT)?

Check out Nested Set:

nested-set

It’s exactly what you’re looking for.

I hope. :)

i will tested thank you so much!!