One of the things that sold me on CakePHP is the bake routine. This is basically code generation for the lazy types like myself. It was good in CakePHP version 1.1, now it’s just awesome. The only way they can make it better is to
PHP Tools
CakePHP Bake – Baking Models
One of the things that sold me on CakePHP is the bake routine. This is basically code generation for the lazy types like myself. It was good in CakePHP version 1.1, now it’s just awesome. The only way they can make it better is to
PHP Generator
Are there different ways to generate a PHP form when you need one? The answer is yes, there are a couple of different ways that you can use to generate any PHP form that is needed.
Webgrind
Webgrind is an Xdebug profiling web frontend in PHP5. It implements a subset of the features of kcachegrind and installs in seconds and works on all platforms.


Xdebug is a PHP extension which provides debugging and profiling capabilities.
