Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Nested Set Model Php library

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?

like image 606
andrew Avatar asked Oct 20 '10 20:10

andrew


2 Answers

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

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

like image 52
Riccardo Galli Avatar answered Nov 03 '22 19:11

Riccardo Galli


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

like image 2
Luke Stevenson Avatar answered Nov 03 '22 19:11

Luke Stevenson