01-17-2019, 01:38 PM
Good evening,
I have another problem I use HMVC for my project CodeIgniter, however my modules allow to have menu for example "The last articles" how can I display these menus on all the pages of my site? I specify that each module can have its own menu, in my controller I have a function public function menu () which allows to create a menu for the module, but I want this menu to appear on all pages of my site , how can I do that?
Thank you
I have another problem I use HMVC for my project CodeIgniter, however my modules allow to have menu for example "The last articles" how can I display these menus on all the pages of my site? I specify that each module can have its own menu, in my controller I have a function public function menu () which allows to create a menu for the module, but I want this menu to appear on all pages of my site , how can I do that?
Thank you