03-03-2010, 08:51 AM
[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
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