FA
Today, Thursday، 28 Mar 2024 - 17:03
Mokhafaf

Acronym Finder

What is MVC ?

Model-View-Controller

Pattern (MVC) is an implementation of the pattern, FrontController, and is composed of three parts that include:

- Model of the data that should be in View to be shown.
- Controller based on user requests data from the Model. Then it is with the View composition and back.
- View of almost non-active and no information about the Controller. It's just the data Model, which by the Controller is fed, etc. shows.
MVC