Review of Mariano Iglesias' CakePHP 1.3 Application Development Cookbook
Read More…
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…
Please stop using jank readmes for your CakePHP plugins, and use something like this instead.
Read More…
When people complain about documentation, the solution is to write more, and better, documentation.
Read More…
CakeFest 2010 Conference notes and links
Read More…
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…
Getting CakePHP form urls to generate correctly might be difficult if you don't know how the default url is created.
Read More…
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…
Snippet of code to load application-level settings from the database
Read More…
A short tutorial on adding behaviors/components/helpers to your application in a dynamic fashion
Read More…