Use the flexible FuelPHP framework to quickly and effectively create PHP applications Overview Scaffold with oil - the FuelPHP command-line tool Build an administration quickly and effectively Create your own project using FuelPHP In Detail PHP frameworks have been around for a number of years. FuelPHP was one of the first frameworks built for PHP 5.3. It makes use of more advanced features of the language to allow you to focus on delivering features and code for your projects. FuelPHP allows you to quickly build prototypes using scaffolding and command-line tools, thus allowing you to concentrate on the fun part of trialling ideas and concepts. This practical guide will show you how to use FuelPHP to quickly create projects more quickly and effec...