Skip to main content

The MVC framework or a development model uses the Model-View-Controller design to build web applications. The application core is signified by the Model, the view carries out the function of displaying data and the input to the database is controlled by the controller.