Introduction to the FuelPHP framework FuelPHP is a lightweight WEB development framework based on PHP5.3. the official website is http://fuelphp.com. I spent one night browsing the introduction of this framework, which is basically similar to other mainstream PHP frameworks, including the introduction of the MVC Fuel PHP framework.
Fuel PHP is a lightweight WEB development framework based on PHP5.3. its official website is http://fuelphp.com/. today, I can see the latest version 1.0.1.
I spent one night browsing the introduction of this framework, which is basically similar to other mainstream PHP frameworks, including MVC, configurable routing, and multi-module support) supports command line tasks and database migration (Migrations.
The following are the core Fuel classes:
| Agent |
Browser |
| Arr |
Array tool |
| Asset |
Static resource tools |
| Autoloader |
Automatic loading |
| Cache |
|
| Cli |
|
| Config |
|
| Cookie |
|
| Crypt |
Encryption |
| Database |
|
| Date |
|
| Debug |
|
| Event |
Event is similar to the event in js, but the event in feul is manually triggered. |
| Fieldset |
|
| File |
|
| Form |
|
| Format |
|
| Ftp |
|
| Fuel |
Fuel framework information |
| Html |
|
| Image |
|
| Inflector |
Name conversion (convert "hello world" to "HelloWorld) |
| Input |
|
| Lang |
|
| Log |
|
| Migrate |
See Migrations above |
| Pai_db |
|
| Pagination |
Paging |
| Redis |
|
| Request |
|
| Response |
|
| Security |
Security, mainly for CSRF processing |
| Session |
Not all are php's own sessions. you can encapsulate sessions in feul. |
| Str |
String tool |
| Upload |
Upload |
| Uri |
Create url |
| Validation |
Verification |
| View |
|
Feul also includes several packages)
| Oil |
Feul's command line tool can be used to automate code production, help test and run tasks. |
| Auth |
Authentication |
| Orm |
|