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

后端 未结 6 1932
不知归路
不知归路 2020-12-09 06:51

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

createLeftNode, createRightNode,createRootNode, createSubNode,deleteNod

6条回答
  •  粉色の甜心
    2020-12-09 07:33

    It was long overdue, but I updated https://github.com/fpietka/Zend-Nested-Set (even with unit tests).

提交回复
热议问题