Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Searching for the best PHP nested sets class (PEAR class excluded)

I'm looking for a PHP (with MYSQL) nested sets class with all needed functions. For example:

createLeftNode, createRightNode,createRootNode, createSubNode,deleteNode and moveTree. Not only 1 left, 1 right, 1 up and 1 down but also a part of a tree in a nother tree.

Thanks!

like image 894
user35459 Avatar asked Nov 07 '08 13:11

user35459


1 Answers

look at the nested behavior of Doctrine

like image 158
Tom Haigh Avatar answered Sep 21 '22 14:09

Tom Haigh