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 framework. Prerequisites Codeigniter 3.1.11, PHP 7.4.3, MySQL 8.0.17, Apache 2.4
ContinueTag: Nested Categories
Find Path for Nested Categories in MySQL
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 categories. So you need to update the column that should contain the entire path for nested category and sub-category using Stored Procedure.
ContinueInfinite dynamic Multi-level nested category with PHP and MySQL
Introduction I am going to show you how to build infinite dynamic multi level nested category with PHP and MySQL server. Here I will show example of infinite level of categories and subcategories on the fly from a MySQL database. So I am going to give an example on infinite multi level nested category with PHP and MySQL. Related Posts: Infinite dynamic Multi-level nested category with Codeigniter and MySQL
Continue