Fuel PHP框架引见

WBOY
Release: 2016-06-13 13:12:02
Original
1267 people have browsed it

Fuel PHP框架介绍
Fuel PHP是一个基于PHP5.3的轻量级WEB开发框架,官网是http://fuelphp.com/,截至到今天,我看到的版本的1.0.1。

花了一晚上浏览了一下这个框架的介绍,基本上和其他主流PHP框架大同小异、包括MVC、可配置的路由(Route)、支持多模块(Modules)、支持命令行任务(Task)、数据库迁移(Migrations)等。

下面是Fuel的核心类:

Agent浏览器
Arr数组工具类
Asset静态资源工具类
Autoloader自动加载
Cache
Cli
Config
Cookie
Crypt加密
Database
Date
Debug
Event事件,有点类似js里面的event,但是feul里面的event是手动触发的
Fieldset
File
Form
Format
Ftp
Fuelfuel框架自身的信息
Html
Image
Inflector命名转换(把hello world变成HelloWorld之类的)
Input
Lang
Log
Migrate见上面Migrations
Mongo_Db
Pagination分页
Redis
Request
Response
Security安全,主要是对CSRF的处理
Session不完全是php自带的session,feul里可以自行封装session
Str字符串工具类
Upload上传
Uri创建url
Validation校验
View


Feul还包括几个包(package)
oilfeul自身的命令行工具,可以用于自动化生产代码、帮助测试和运行task
auth认证
orm
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!