Great work dynazack!
We can make our web applications more organized this way - into logical parts for each web module.
I tried it and it works fine on my CI setup - using PHP5 of course.
But how do you call a ‘global’ view that is not in the current module’s view folder. I may want to apply a generic / same view (such as a header or footer) to construct a page even though different modules are used.
To explain further, view files are stored in a ‘views’ folder under modules/MODULENAME folder
/system/application/modules/MODULENAME/views/
But how do I use a view file from the following folder?
/system/application/views