User Tools

Site Tools


glossary:mvc

Model–View–Controller (MVC)

Model–view–controller (MVC) is a software design pattern commonly used for developing user interfaces that divides the related program logic into three interconnected elements. This is done to separate internal representations of information from the ways information is presented to and accepted from the user.

https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller
glossary/mvc.txt · Last modified: 2023/07/13 13:31 by jimc