multi level menu from database in codeigniter
问题 I have a table in my database containing all of my database categories, which I need to convert into a multi-level menu. The table structure is below: product_category_id | product_category_name | product_category_description | product_category_parent_id -------------------------------------------------------------------------------------------------------- 1 test ulghjbjjjh NULL 2 test2 yruktghkug NULL 3 test sub 1 yr5y346uij 1 4 test sub sub 1 yfghvbnhtd 3 Using the functions I have adapted