I am trying to create dynamic menu using PHP Codeigniter.
There are some Main Menu
Each Main Menu have some Sub_Menu Like, Categories ->Hardware, Software etc.
I somehow made it but there is an issue, the Main menu is showing correctly but the sub menu under main menu is repeating in each Main menu.
This is the image of the issue:


My View Code
Код: Выделить всё
[list]
[*]
[url=#][/url]
[url=#][/url]
[/list]
Код: Выделить всё
Код: Выделить всё
Источник: [url]https://stackoverflow.com/questions/41232385/dynamic-menu-and-sub-menu-in-php-codeigniter[/url]