Joakim Nygard's Blog: Optimizing PHP Through Habits
Spurred on by some previous benchmarks [pdf] from Ilia Alshanetsky, Joakim Nygard decided to run some his own benchmarks on the same sort of functionality. There are numerous discussions in the...
View ArticleIBM DeveloperWorks: Seven habits for writing secure PHP applications
The IBM DeveloperWorks site has posted some advice that can help keep you, your application and your data safe from security-related attacks. Security in a PHP application includes remote and local...
View ArticleIBM developerWorks: Build seven good object-oriented habits in PHP
The IBM developerWorks website has a few suggestions - seven of them, in fact - that they think can help make you a better PHP programmer. With PHP's object-oriented (OO) language features, if you...
View ArticleIBM developerWorks: Five good programming habits in PHP
Nathan Good has posted five tips PHP developers should use in their work to develop good programming habits to the IBM developerWorks site today. Just like any language, developers can write code in...
View Article