Now, I'm using MVC pattern for web development. I use codeIgniter framework. I found http://fuelphp.com/ and http://kohanaframework.org/ , they are using HMVC. I still not clear of HMVC and why we should use HMVC instead of MVC ? I confuse after reading HMVC pattern and it's not too much different with MVC. Can you explain why we should use HMVC for web application development ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
There is a really good article on the matter. Scaling Web Applications with HMVC by Sam de Freyssinet |
|||
|
|
|
Another HMVC framework that you should check out is Alloy. I have attempted to explain the concept in layman's terms on the HMVC Architecture manual page, and in this StackOverflow response to a similar question. |
|||
|