Glossary Web Development MVC (Model-View-Controller)

MVC (Model-View-Controller)

A software design pattern that separates an application into three main components: the model (data), the view (UI), and the controller (logic).