Model View Controller
1. Model–view–controllerModel–View–Controller (MVC) is a design pattern for computer user interfaces that divides an application into three areas of responsibility: the Model: the domain objects or data structures that represent the application's state. the View, which observes the state and generates output to the users. the Controller, which translates user input into operations on the model.
Read “Model–view–controller” on English Wikipedia
Read “Model View Controller” on Japanese Wikipedia
Read “Model–view–controller” on DBpedia
Read “Model–view–controller” on English Wikipedia
Read “Model View Controller” on Japanese Wikipedia
Read “Model–view–controller” on DBpedia
Discussions
Log in to talk about this word.