›› 2014, Vol. 27 ›› Issue (4): 151-.

• 论文 • 上一篇    下一篇

基于MVC模式的ThinkPHP框架研究

王俊芳,李隐峰,王池   

  1. (西安电子科技大学 电子工程学院,陕西 西安 710071)
  • 出版日期:2014-04-15 发布日期:2014-05-14
  • 作者简介:王俊芳(1986—),女,硕士研究生。研究方向:网络信息处理,Web信息系统,数据库系统。E-mail:wangjunfang925@163.com。李隐峰(1974—),男,副教授,硕士生导师。研究方向:Web信息系统,网络安全。

Research on ThinkPHP Framework Based on the Mode of MVC

WANG Junfang,LI Yinfeng,WANG Chi   

  1. (School of Electronic Engineering,Xidian University,Xi'an 710071,China)
  • Online:2014-04-15 Published:2014-05-14

摘要:

MVC是一种软件设计典范,它强制性地使应用程序的输入、处理和输出分开,目的是实现软件系统的职能分工。目前PHP框架被广泛使用,多数都是基于MVC设计模式。ThinkPHP是一个开源的 PHP开发框架,是为了简化企业级应用开发和敏捷 Web 应用而开发的。ThinkPHP中的MVC提供了一种敏捷开发的手段,使得开发者能够迅速地开发出稳定的企业级网站。文中介绍了MVC的构架模式并对其在ThinkPHP框架中的应用进行了研究,并以开发学生成绩管理系统为例详细说明。

关键词: MVC, ThinkPHP, Web应用开发

Abstract:

The software design paradigm MVC is mandatory to make the application of the input,processing and output separately so as to achieve the division of functions of the software system.At present,PHP framework is widely used,and most of them are based on the mode of MVC.ThinkPHP is an open source PHP development framework,which is born to simplify the application development of enterprise and the quick application development of Web.MVC in ThinkPHP provides a quick development method,so that developers can quickly develop a stable business website.This paper introduces the mode of MVC and the research into its application in ThinkPHP framework.Finally,a detailed description of a student mark management system is given as an example.

Key words: MVC;ThinkPHP;Web application development

中图分类号: 

  • TP311