CodeIgniter Forums
Modular application and dynamic menu - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Best Practices (https://forum.codeigniter.com/forumdisplay.php?fid=12)
+--- Thread: Modular application and dynamic menu (/showthread.php?tid=81442)



Modular application and dynamic menu - okmnbv - 03-03-2022

Hello, help please. I am making a modular application.
I need to dynamically build a menu, depending on the number of modules. So that after adding a module, the menu items of this module are automatically displayed in the menu.
What is the best way to place menu parts in modules and how to load them dynamically in view?