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

Wikidata facts

Show 1 more fact
Stack Exchange tag
stackoverflow.com/tags/mvp
Sources (1)

via Wikidata · CC0

~5 min read

Article

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.

Connections

Categories