forked from bcit-ci/CodeIgniter
-
Notifications
You must be signed in to change notification settings - Fork 0
Modular Separation
World Wide Web Server edited this page Jul 4, 2012
·
85 revisions
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.
[url=http://codeigniter.com/?ACT=51&fid=58&aid=10003_6avIWaB8yxJCM37u2pnH&board_id=2]Download v1.11[/url]
wiredesignz