Quick Tip - Translating Model Variables
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…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…A very small example on when to use Model::save() versus Model::saveAll()
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…