
model–view–presenter
Sign in to saveAlso known as MVP
thumb|Diagram that depicts the model–view–presenter (MVP) GUI design pattern
~5 min read
Encyclopedic overview
9 sectionsContents
- History
- Overview
- Implementations
- .NET
- Java
- PHP
- See also
- References
- External links
thumb|Diagram that depicts the model–view–presenter (MVP) GUI design pattern
Model–view–presenter (MVP) is a derivation of the model–view–controller (MVC) architectural pattern, and is used mostly for building user interfaces.
Excerpted from Wikipedia’s “model–view–presenter” article, available under the CC BY-SA 4.0 licence.