Tag: Nested Categories
Introduction Here I will show you how to create infinite multi-level nested categories with Codeigniter and MySQL. In my previous tutorial Infinite dynamic Multi-level nested category with PHP and MySQL , I wrote how to build a nested multilevel categories. So I am again going to write the same tutorial but this time with Codeigniter 3…
Introduction This tutorial shows how to find the entire path from root to child for nested categories and subcategories. Let’s say you have a table in database in such a way it contains unlimited level of categories and you have another column in the same table which should contain the entire path for the nested…
Posted in MySQL