Skip to content
model–view–presenter
EntityQ944207· pop 13· linked from 109 articles

model–view–presenter

Sign in to save

Also known as MVP

thumb|Diagram that depicts the model–view–presenter (MVP) GUI design pattern

~5 min read

Encyclopedic overview

9 sections
Contents
  • 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.