首页 > Web开发 > 详细

什么是MVC

时间:2016-08-06 08:23:05      阅读:291      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!