Model-View-Controller MVC design pattern

Model-View-Controller Model - View - Control


Model-View-Controller Model - View - Control

  • Model model
    data or status on behalf of an application, such as database information.
     
  • View view
    representative of the view the user sees, such as web pages or user interface (UI).
     
  • Controller
    part represents application interacts with the user or respond to, such as handling keyboard events and decided to show that a view.

Original: Big Box  Model-View-Controller MVC design pattern


Guess you like

Origin www.cnblogs.com/petewell/p/11516484.html