...

World Wide Web Server 2012-07-04 16:03:36 -07:00
parent 3f97a6c5eb
commit 749b55afdf

@ -2,9 +2,6 @@
Modular Extensions adds HMVC aspects to your modules which means you can load controllers from other controllers which Modular Separation did not support. To continue using modules in the same way as in Modular Separation simply do not use or include the MX/Controller or extend from MX_Controller, just use the old Controller in the same way.
Phil Sturgeon[/color]
[h3]Description[/h3]
Modular Separation allows you to use modules for code organization in your application while only using a single controller per request. Instead of placing all of your controllers, models and views in the same folders you can have a "module" for each section of your site then place the MVC elements in there. This is known as Modular MVC.