DevShed: Debugging and Performance
November 23rd, 2006 | Published in PHP
DevShed: Debugging and Performance:
In another part of their series of excerpts from the Zend PHP Certification Guide (from Zend), DevShed has posted this article talking about debugging and performance issues and methods.
In this article they look at things like flattening if statements, spplitting single commands across multiple lines, and the difference between =, ==, and ===.
Worth reading, some good tips and things to keep in mind.
(Via PHPDeveloper.org.)
