You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
World Wide Web Server edited this page Jul 4, 2012
·
85 revisions
Modular Separation
"Modular Separation allows you to use modules for code organization in your application while only using a single controller per request. (no HMVC)
It works the same way as Zach’s Matchbox, But is much faster in execution and does the job without using additional module_xxxx() calls.
Modules now comply with CI 1.7.2 also, Controllers in sub-directories are supported and resources may be cross loaded from other modules.
You should be able to take any CodeIgniter application and place it into a module and it should work without alteration. However routes might need altering to allow for the added separation of a module." wiredesignz