Is there any library available, for working with a category tree.
Something like this
-Products
--Computers
---laptops
---PC
I mostly interested in working with nested sets in mysql. (because it is not trivial when you want to add a node or change tree).
Something like this
-Products
--Computers
---laptops
---PC
I mostly interested in working with nested sets in mysql. (because it is not trivial when you want to add a node or change tree).