- FuelPHP Application Development Blueprints
- Sébastien Drouyer
- 67字
- 2021-07-23 20:25:51
What you need for this book
The applications in this book are based on FuelPHP 1.7.2, which requires:
- A web server: The most common solution is Apache
- A PHP interpreter: The 5.3.3 version or greater
- A database: we will use MySQL
FuelPHP works on Unix-like and Windows operating systems. The mod_rewrite Apache module and some additional PHP extensions are recommended; the complete list is available at http://fuelphp.com/docs/requirements.html.