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

后端 未结 6 1944
不知归路
不知归路 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:16

    Look at this library https://github.com/fpietka/Zend-Nested-Set : Implementation of a nested set model to use with Zend Framework

提交回复
热议问题