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

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

    I wrote a nested set implementation that uses Doctrine DBAL as the database abstraction layer. Because we're using it with Drupal, it also tracks a revision_id.

    https://github.com/previousnext/nested-set

提交回复
热议问题