You might have read my almost two year old article about custom bake templates. Much changed since then. In Cake as well in my user-land code. Note: The "setup" bake theme is written for 2.x but can easily be backported…
Tag: Bake
All new CakePHP Tips and Tricks
This is supposed to be a list of useful tricks gathered over many months. First Templates, then Bake, then Adjustments The usual workflow for a new project should be Create your custom templates Bake your crud actions using this very…
Cake Bake: Custom Templates
The Problem The default templates of the "baking" process are not very useful for a productive environment. They are meant to rapidly produce working code for development purposes. This is actually great for that matter. But as soon as you…