CodeIgniter Forums
HMVC Question - 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: HMVC Question (/showthread.php?tid=22848)



HMVC Question - El Forum - 09-22-2009

[eluser]darrentaytay[/eluser]
Hi guys, I am using HMVC to develop a CMS. I was wondering if it was possible to have css/images related to one module? So for example, in my "Pages" module, I would have these folders:

models, views, controllers, images, css

Any help would be appreciated.


HMVC Question - El Forum - 09-22-2009

[eluser]wiredesignz[/eluser]
Usually these assets are stored in publicly accessible locations on the server outside of the application directories.
But you can serve assets such as images and stylesheets from within the application via controllers but it does add overhead and is not really recommended.