-
Notifications
You must be signed in to change notification settings - Fork 0
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.
[url=http://codeigniter.com/?ACT=51&fid=58&aid=10003_6avIWaB8yxJCM37u2pnH&board_id=2]Download v1.11[/url]
[i]Phil Sturgeon has patched v1.11 to work with CodeIgniter 2.0 and called it [url=http://github.com/philsturgeon/codeigniter-modular-separation]Modular Separation 2.0[/url] for naming consistency.[/i]
[url=http://codeigniter.com/forums/viewthread/121820]Forum thread[/url]
wiredesignz