Differences between MVC and HMVC
Codeigniter, an open-source software web framework, is being widely used in building dynamic websites with PHP. A powerful PHP framework with very small footprint, Codeigniter helps developers build full featured web applications.
It is loosely based on the model-view-controller (MVC) development pattern. MVC an architectural pattern separates the application logic from presentation and permits web pages to contain minimal scripting. The MVC development pattern was developed when the concept of web applications did not exist.
The idea behind the development of MVC was to clearly separate the responsibilities – model, view and controller in our application. It was initially developed for desktop computing but very soon got adopted as a widely used architecture pattern for web applications in major programming languages.
Read more @ https://blog.webprojectbuilder.com/differences-mvc-hmvc/
#mvc #hmvc #Web_Project_builder