Using CakePHP without a database
If you solve a problem - blog about it, chances are that somebody, somewhere, is already facing the same problem.
We recently programmed a CakePHP app which relies solely on remote server talking Saleforce API for all data operations. The first challenge that we faced was how to prevent CakePHP from insisting on a database [...]
Code sniffs for CakePHP and then some more
This started out sometime early this year as an exercise to create a set of Code Sniffs which could be applied to our CakePHP projects...
Ummm... I guess, at this point I should rewind a bit and give a couple of background definitions and some more..
PHP_Codesniffer A PEAR package tokenises PHP and JavaScript code and detects [...]