设计一个MVC模式的快速Web应用程序的发展(含外文出处)
设计一个MVC模式的快速Web应用程序的发展(含外文出处)(中文3300字,英文2100字)
作者姓名:Dragos-Paul Pop, Adam Altar
文章出处:Romanian-American University, 1b Expozitiei Blvd., Bucharest, 012101, Romania
Available online 25 March 2014
摘要:在本文中,我们提出了一个模型,快速Web应用开发。该模型是基于模型 - 视图 - 控制器架构( MVC),并具有类似的安全性,表单生成和验证,数据库访问和路由的其他几个有用的组件。这个模型是使用PHP编程语言实现的,但它可以在其他开发语言和环境中使用相同的概念来实现。在开发和维护时间的改进一直这项研究的主要目标,用正确的和维护的代码的好处。
关键词 模型,视图,控制器, MVC, Web应用程序,设计模式
Designing an MVC Model for Rapid Web Application Development
Dragos-Paul Pop, Adam Altar
Romanian-American University, 1b Expozitiei Blvd., Bucharest, 012101, Romania
Available online 25 March 2014
Abstract
In this paper, we present a model for rapid web application development. This model is based on the Model-View-Controller architecture (MVC) and has several other useful components like security, form generation and validation, database access and routing. This model was implemented using the PHP programming language, but it can be implemented in other development languages and environments using the same concepts. Improvements in both development and maintenance time have been the main objectives of this research, with the added benefit of correct and maintainable code.
[资料来源:http://doc163.com]
Keywords model,view,controller,MVC,web application,design pattern [版权所有:http://DOC163.com]