CodeIgniter Forums
setting up a separate mvc modules folder - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: setting up a separate mvc modules folder (/showthread.php?tid=28164)



setting up a separate mvc modules folder - El Forum - 03-03-2010

[eluser]Unknown[/eluser]
Hi, ive been searching for these on forums but cant find any exact info. Could you please point me to the right direction on how to tweak CI so that applications folder will be the same level as the system and instead of using controllers, models and views; i would rather have a folder called modules and each folder in it shall have its own MVC folders?

something like this below?

..
system
application
= modules
=== members
===== controllers
===== views
===== models
=== admin
===== controllers
===== views
===== models


setting up a separate mvc modules folder - El Forum - 03-03-2010

[eluser]Derek Allard[/eluser]
Welcome to CI tildemark! Do hope you'll stick around and stay active even when you don't have questions Wink

Have you looked at HMVC?

Here's a start, and there are lots of other resources available for it, including forum threads: http://codeigniter.com/wiki/Modular_Extensions_-_HMVC/


setting up a separate mvc modules folder - El Forum - 03-03-2010

[eluser]Unknown[/eluser]
thanks for the link, ill check this one out.