Posted in Codeigniter PHP

Infinite dynamic Multi-level nested category with Codeigniter and MySQL

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…

Continue Reading... Infinite dynamic Multi-level nested category with Codeigniter and MySQL
Posted in MySQL PHP

Infinite 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:…

Continue Reading... Infinite Dynamic Multi-Level Nested Category With PHP And MySQL