Jacob Santos' Blog: My Love For Array Object Idiocy
In his latest blog entry, Jacob Santos looks at objects and his seeming faciation with every little thing they do - specifically the Array objects. I suppose I'm fixated on objects, but damn it, they...
View ArticleIbzi's Blog: Start caching all your pages in 5 steps
On ibzi's blog today, there's a quick guide to introducing caching to your PHP application via a simple PHP file to create the cached pages. Caching your pages can be pretty useful, especially if you...
View ArticleStoyan Stefanov's Blog: JS/PHP string concatenation mistype
"Cross-over" developers out there (those that use PHP and Javascript on a regular basis) can sometimes get confused by little syntax things. Stoyan Stefanov got tripped up by just such an issue. The...
View ArticleHavard Eide's Blog: Iterators
Havard Eide looks at another aspect of the Standard PHP Library in a new blog post today - iterators. [It's] a set of classes in the SPL that implements various iterating patterns: ArrayIterator,...
View ArticleMatthew Turland's Blog: Zend_Form and Zend_Loader_PluginLoader SNAFU
Matthew Turland has ammended a previous technique he suggested about using a centralized set of plugin loaders for Zend_Form elements (part of the Zend Framework) because of an issue it can cause with...
View ArticleMatthew Weier O'Phinney's Blog: From the inside-out: How to layer decorators
Matthew Weier O'Phinney has posted the second part of his look at decorators in Zend Framework applications. This time he shows the process behind using multiple decorators to alter the same content...
View ArticleSitePoint PHP Blog: High-Performance String Concatenation in PHP
On the SitePoint PHP Blog there's a new post today looking at performance in string concatenation where they compare some of the different methods for appending values and which might give you that...
View Article