mvc模型-视图-控制器model:what your application iscontroller:how your model is presented to the userview:is ...
mvc
模型-视图-控制器
model:what your application is
controller:how your model is presented to the user
view:is your controller's minions. the view is just objects that your controller uses to do what it does
通用的视图对象
视图要做的事:视图向控制器回报已发生的情况或征询控制器是否执行某个操作。控制器会成为视图的代理来使用协议。视图没有要显示的数据。
提高性能的事情 是由控制器和模型共同来完成的,视图只是很简单的做呈现。
视图自己有一个数据源,这个数据源有三个方法,并由控制器做出响应。
控制器为视图解释并格式化数据
数据是独立的用户界面,和控制器之间的通信仅仅通过事件传递。
we will conbine MVC groups into big graphs of MVC's
学员评论
xqng2012-12-28
你感兴趣的课程