Full Stack CakePHP Deployment With Chef and Capistrano - Part 2
What goes in a Chef Recipe, and how much do I really need to know about resources?
Read More…Templating, Custom Resources, and Cookbook creation for the Chef Deployment Tool
Read More…What goes in a Chef Recipe, and how much do I really need to know about resources?
Read More…This text is the first in a long series to correct an extremely disastrous talk at CakeFest 2011. It will also hopefully apply to more than CakePHP.
Read More…Review of Mariano Iglesias' CakePHP 1.3 Application Development Cookbook
Read More…Please stop using jank readmes for your CakePHP plugins, and use something like this instead.
Read More…Infinitas CMS is a pretty well-built and performant CMS, and Carl Sutton has a few thoughts to share on CakePHP in general.
Read More…What does Fahad think about Croogo, CakePHP, and the CakePHP community in general?
Read More…How do you use loadModel() in the CakePHP Model? Hint, you don't. There are other ways though.
Read More…When people complain about documentation, the solution is to write more, and better, documentation.
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…For anyone wishing to make dropdown select fields in CakePHP forms happen automagically, here are some facts.
Read More…One of the things I am working on is Authentication and Access Control. While Authsome Component takes care of authentication, we still need something more.
Read More…Sanitizing saved data when rendering the view is stupid, and it should be done when creating/updating records.
Read More…2009 wasn't so bad, and here's how it owned face for me.
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…Log your queries to find out what CakePHP is doing when it has 9 million blobs or is taking 34234 years to process.
Read More…Translating CakePHP Model variables and validation rules isn't straight-forward to new developers. However, it is possible through the use of the class constructor.
Read More…CakePHP provides us with a nice little Inflector class. It's quite useful in creating slugs, but can't be used for testing purposes without creating a dummy page.
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…A very small example on when to use Model::save() versus Model::saveAll()
Read More…A simple CakePHP helper for outputting grouped error messages as in the Ruby on Rails framework.
Read More…Example .htaccess file for allowing custom subdirectories in your CakePHP application under Apache
Read More…Cacheable Model behavior caches views pertaining to model records to the disk via a RequestAction hack.
Read More…A general purpose helper to support random functionality that need not be in it's own helper. Has BlueprintCSS support, jQuert ASM HABTM, File displaying, jQuery Error displaying and Google Maps support.
Read More…Hack on the CakePHP Router to hide the plugin prefix in connected routes
Read More…Example of loading javascript files in 1.2 based on the current controller/action path
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…