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 Answers
3 Comments
andrew
Brilliant, I will check it out. I knew it was only a matter of time before someone with more skill than me would come out with a good object to manipulate nested sets. I will check it out and see how it goes. Thanks
mattalxndr
Damn, where was this link yesterday? Awesome! The forum on your site is pretty thoroughly spammed though.
RonnyKnoxville
This library will only work if you use a standard mysqli connection. PDO is not supported.
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
Comments
1 Comment
Marek J.
Doctrine page moved to here; doctrine-project.org/projects/doctrine1/en/latest/manual/…