码迷,mamicode.com
首页 > Web开发 > 详细

什么是MVC

时间:2016-08-06 08:24:45      阅读:197      评论:0      收藏:0      [点我收藏+]

标签:

.pdm

PowerDesigner‘s physical data model (relational model) file format

mvc

Model–view–controller, a software architecture used in software engineering

  • controller can send commands to the model to update the model‘s state (e.g., editing a document). It can also send commands to its associated view to change the view‘s presentation of the model (e.g., by scrolling through a document).
  • model stores data that it retrieved to the controller and displayed in the view. Whenever there is a change to the data it is updated by the controller.
  • view requests information from the controller. The controller fetches it from the model and passes it to the view that the view uses to generate an output representation to the user.

技术分享

什么是MVC

标签:

原文地址:http://www.cnblogs.com/zno2/p/4704097.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!