04-12-2010, 09:10 PM
[eluser]ajsie[/eluser]
i wonder what the differences between these two are:
http://codeigniter.com/wiki/Modular_Separation
http://codeigniter.com/wiki/Modular_Extensions_-_HMVC/
cause i have heard HMVC allows you to have separate applications in application/modules/ and each module could be called from the main controller, and that the communication also goes between modules. so basically every controller/model/view can be called from whatever application.
is it the same with Modular Separation?
what are the pros and cons with both of them?
thanks.
i wonder what the differences between these two are:
http://codeigniter.com/wiki/Modular_Separation
http://codeigniter.com/wiki/Modular_Extensions_-_HMVC/
cause i have heard HMVC allows you to have separate applications in application/modules/ and each module could be called from the main controller, and that the communication also goes between modules. so basically every controller/model/view can be called from whatever application.
is it the same with Modular Separation?
what are the pros and cons with both of them?
thanks.