不错的php毕业论文《浅析MVC模式在WEB开发中的应用》
摘 要
随着Web的发展和功能的需要,动态网页的开发变得越来越复杂,工程也变得越来越庞大,原有的嵌套和面向过程的开发已经无法应付。MVC就是一个专门针对解决大型Web项目的开发模式。 PHP作为一种简单易用的开发语言,它的第五版对Object Oriented思想加入了完全的支持,使用MVC模式,PHP就能完成复杂的Web应用的开发。是否采用MVC,如何使用MVC,一个最根本的原则是不要为了使用而使用。本文首先介绍了PHP语言的特点和开发流程的发展,然后简明扼要的阐述了MVC思想,最后以制作个人的Blog为例说明如何利用MVC思想进行PHP开发,并对其中的一些技术细节和难点做出了说明。
关键词:MVC,PHP,设计模式,Blog
The Discussion on MVC Pattern in Web Application Programming
Abstract: With the Web application growing more complex and huge, the original developing way cannot meet the requirements. MVC is a solution to large Web project. PHP5 fully supports Object Oriented programming, and made it available to use MVC pattern in PHP programming. Is it necessary to use MVC or How to use MVC, a principle to decide this is not to use it just for use. This article can be divided into three parts; the first part will introduce the feature of PHP and its development in programming. And then states the essential of MVC pattern. At last, I will explain how to use MVC by making a Blog and make an explanation to some technical details.
Keywords:MVC,PHP,Design pattern,Blog
随着Web的发展和功能的需要,动态网页的开发变得越来越复杂,工程也变得越来越庞大,原有的嵌套和面向过程的开发已经无法应付。MVC就是一个专门针对解决大型Web项目的开发模式。 PHP作为一种简单易用的开发语言,它的第五版对Object Oriented思想加入了完全的支持,使用MVC模式,PHP就能完成复杂的Web应用的开发。是否采用MVC,如何使用MVC,一个最根本的原则是不要为了使用而使用。本文首先介绍了PHP语言的特点和开发流程的发展,然后简明扼要的阐述了MVC思想,最后以制作个人的Blog为例说明如何利用MVC思想进行PHP开发,并对其中的一些技术细节和难点做出了说明。
关键词:MVC,PHP,设计模式,Blog
The Discussion on MVC Pattern in Web Application Programming
Abstract: With the Web application growing more complex and huge, the original developing way cannot meet the requirements. MVC is a solution to large Web project. PHP5 fully supports Object Oriented programming, and made it available to use MVC pattern in PHP programming. Is it necessary to use MVC or How to use MVC, a principle to decide this is not to use it just for use. This article can be divided into three parts; the first part will introduce the feature of PHP and its development in programming. And then states the essential of MVC pattern. At last, I will explain how to use MVC by making a Blog and make an explanation to some technical details.
Keywords:MVC,PHP,Design pattern,Blog
目 录
1引 言
2 PHP介绍与Web开发流程的发展
2.1 PHP语言概述
2.2 传统的PHP嵌入式开发
2.3 简单的解析模板的应用
2.4 Smarty模板技术
3 MVC思想
3.1 简介
3.2 MVC设计思路
3.3 MVC在PHP中的实现
3.4 三层开发体系结构与MVC的比较
3.5 常见的MVC模式实践
3.6 MVC开发流程
3.7 在实际开发过程中的感想
4 用PHP和MVC思想开发一个Blog的实践
4.1 功能的确定
4.2 数据表的设计
4.3 程序结构
5结束语
1引 言
2 PHP介绍与Web开发流程的发展
2.1 PHP语言概述
2.2 传统的PHP嵌入式开发
2.3 简单的解析模板的应用
2.4 Smarty模板技术
3 MVC思想
3.1 简介
3.2 MVC设计思路
3.3 MVC在PHP中的实现
3.4 三层开发体系结构与MVC的比较
3.5 常见的MVC模式实践
3.6 MVC开发流程
3.7 在实际开发过程中的感想
4 用PHP和MVC思想开发一个Blog的实践
4.1 功能的确定
4.2 数据表的设计
4.3 程序结构
5结束语
论文全文在下面的附件中:
浅析MVC模式在WEB开发中的应用.rar
(62 KB)
[ 本帖最后由 外部三电铃 于 2009-11-6 14:07 编辑 ]