CodeIgniter Forums
Modular extensions hmvd bug with same controller name - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: Modular extensions hmvd bug with same controller name (/showthread.php?tid=39179)

Pages: 1 2


Modular extensions hmvd bug with same controller name - El Forum - 03-05-2011

[eluser]greku13[/eluser]
no problem.

Actually, I exactly have what you say. I have a table with modules that are installed in my application, the name of the module is the same as the name of the folder where it is located.

What I do, is running a controller of some different modules to build the home page of my application. That's why, I need to make sure these controllers will not have the same name.

Namespace would be the solution, is codeigniter and hmvc going to work with namespace in the future?