Php Nested Kits Library

Hey. I need to use a nested set model to manage product categories on my site. Does anyoune know some good PHP built-in libraries for handling nested sets in MySQL?

+5
source share
3 answers

You can try "Baobab", this is the library I recently released.

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

+4
source

You can use a PHP ORM solution like Propel or Doctrine , both of which support nested sets.

0
source

All Articles