donderdag 27 september 2007

Make your code more readable

Of course, you write comments with your code... But, you can also make it more readable and logical by following the CakePHP coding standards:

debug(mixed $var, boolean $showHtml = false) can make your life easier.

Give convenience wrappers like e(), low(), up() and r() a try.