Nested Set Model Php library

2019-02-07 08:35发布

Hi I need to use the nested set model to mange product categories on my site. Does anyoune know of some good pre-built PHP libraries for handling nested sets in MySQL?

3条回答
一夜七次
2楼-- · 2019-02-07 09:06

You could use a PHP ORM solution like Propel or Doctrine, they both support nested sets.

查看更多
来,给爷笑一个
3楼-- · 2019-02-07 09:10

You could try "Baobab", it's a library I recently released.

http://www.sideralis.org/baobab/

查看更多
姐就是有狂的资本
4楼-- · 2019-02-07 09:30

It's a bit old, and could do with some refactoring, but I found a PHP Class "dbtree" on PHPClasses.org, which seems to do a fair job of it - http://www.phpclasses.org/package/2547-PHP-Manipulate-database-records-in-hierarchical-trees.html

查看更多
登录 后发表回答