CodeIgniter Forums
Any libs for working with category trees? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=11)
+--- Thread: Any libs for working with category trees? (/showthread.php?tid=70627)



Any libs for working with category trees? - glorsh66 - 05-05-2018

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).


RE: Any libs for working with category trees? - wishmaster - 05-05-2018

See what is new in MySQL 8.0. I am about CTE, it helps. Also look on opencart e-shop as an example.


RE: Any libs for working with category trees? - InsiteFX - 05-05-2018

SEE: These articles.

Multi Level Nested Category System in Codeigniter and MySql

CodeIgniter Nested Categories