php框架:Flight 简介
Flight是一个php的极简的有着微内核的框架,能过快速的构建RESTful的应用
官网地址: http://flightphp.com/
github地址:https://github.com/mikecao/flight
文档地址(英文):http://flightphp.com/learn/
- Routing
- Extending
- Overriding
- Filtering
- Variables
- Views
- Error Handling
- Redirects
- Requests
- Stopping
- HTTP Caching
- JSON
- Configuration
- Framework Methods
- Framework Instance
中文文档翻译地址:
== just do it ==