+ -
当前位置:首页 → 问答吧 → 17->The Model-View-Controller Patte(loothinker预定)

17->The Model-View-Controller Patte(loothinker预定)

时间:2006-03-27

来源:互联网

17
The Model-View-
Controller Pattern
Web applications vary greatly and that variety causes a great deal of confusion about what
pattern or patterns are best for architecting a certain application. Having said that, though,
is there a “best” architecture for web applications?
The Problem
Can you deploy a single web site architecture to accommodate every common web application,
including common presentation elements, authentication, form validation, and so on?
The Solution
The Model-View-Controller (MVC) pattern organizes and separates your software into three distinct
roles:
• The Model encapsulates your application data, application flow, and business logic.
• The View extracts data from the Model and formats it for presentation.

作者: PHPChina   发布时间: 2006-03-26

刚好做过参考了php的MVC模式的开发
MSN:[email protected]
手机:13466305980

作者: loothinker   发布时间: 2006-03-27

好的,欢迎加入!

作者: PHPChina   发布时间: 2006-03-28

...

作者: Bantu   发布时间: 2006-03-28

已经连续N个晚上12点以后才完成工作了,大家多包涵了,半夜偷偷赶点工,草草给个交代。
另外,工作需要,我的桌面是linux的,文本换行没有回车,压缩也是zip的,请校稿的朋友见谅。

作者: loothinker   发布时间: 2006-04-21

收到,进入校验阶段。loothinker辛苦了。

作者: PHPChina   发布时间: 2006-04-21

热门下载

更多