如今,MVC模式已经基本上占据了面向客户的职业网站设计全部江山。虽然单文件脚本仍然适合个人站点,像ASP.NET Web Form这样的表单构建技术能够提供快速开发能力,对于需要在大型团队中工作,同时仍需对生成的HTML有精密控制的人来说,看起来MVC找到了正确的

如今,MVC模式已经基本上占据了面向客户的职业网站设计全部江山。虽然单文件脚本仍然适合个人站点,像ASP.NET Web Form这样的表单构建技术能够提供快速开发能力,对于需要在大型团队中工作,同时仍需对生成的HTML有精密控制的人来说,看起来MVC找到了正确的平衡点。Fuel PHP框架,希望能够借鉴诸如CodeIgniter、Zend Framework、Symphony、Ruby on Rails等早期MVC框架的工作。
像大多数MVC框架一样,文件组织结构有其意义。资源、视图、控制器和模型都对应特定文件夹。此外还有地方可以放置通用的应用代码和框架包。Route可以配置,不过默认有一个URL会映射到控制器类的名字和action方法上。
要做任何事情,都要多写额外的代码,这是对于MVC风格框架常见的反对意见。使用单一文件脚本,人们可以以简单、线性的方式处理一切,从请求处理到HTML生成。与之相比,MVC至少需要一个控制器和试图,很多时候,还需要模型在互相之间传递数据。因此,脚手架(scaffolding)这种代码生成的方式,变得很普遍。为了达到该目的,在Fuel PHP中,应用被称为“油(oil)”。
在Nettuts+网站上, Philip Sturgeon做的概览也覆盖了表单生成和数据验证。同样,这些都算是标准技术,其他平台的MVC开发人员都很熟悉。Fuel附带一个基本的数据库抽象层,还有一个可选的ORM包,供喜欢这种数据访问方式的人使用。ORM主要基于ActiveRecord,但是也受到其他ORM方式的影响。
Fuel以MIT协议发布,目前处于第一个候选版本,而且未来至少还规划了一个版本。
查看英文原文: InfoQ: Fuel PHP: An MVC Framework

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SublimeText3 English version
Recommended: Win version, supports code prompts!

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

Dreamweaver Mac version
Visual web development tools

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools
