Change view: ListGrid

A CakePHP Book I can finally recommend

Review of Mariano Iglesias' CakePHP 1.3 Application Development Cookbook

Read More…

Using CakeAdmin to generate backend applications

CakeAdmin is a CakePHP 1.3 plugin for building web application backends quickly and easily. It is most analogous to running `cake bake` which generating your basic application structure with a series of questions.

Read More…

A Standard Readme for your CakePHP Plugins

Please stop using jank readmes for your CakePHP plugins, and use something like this instead.

Read More…

Why CakePHP documentation sucks and what I'm doing about it

When people complain about documentation, the solution is to write more, and better, documentation.

Read More…

Cakefest Conference Notes

CakeFest 2010 Conference notes and links

Read More…

CakePHP Plugins - A Biblical Retelling

A list of CakePHP plugins I use and abuse on a daily basis, as well as things I've discovered but haven't found a use for but seem to be cool.

Read More…

How CakePHP Automagic fails me (or How I failed at the FormHelper)

Getting CakePHP form urls to generate correctly might be difficult if you don't know how the default url is created.

Read More…

Thoughts - An API for Plugin Installation

One of my current projects is a CakePHP plugin server. The existing sample was created by John David Anderson of http://www.thoughtglade.com. It is neat and all, and one of the first things I came across when looking at CakePHP 11 months ago.

Read More…

Application Settings

Snippet of code to load application-level settings from the database

Read More…

Adding a Helper/Behavior/Component on the fly

A short tutorial on adding behaviors/components/helpers to your application in a dynamic fashion

Read More…