DevShed: Implementing the ArrayAccess Interface - PHP
In the first part of a new series over on DevShed.com, they introduce the concept of "segregated interfaces" and show how to use them to work with collections of arrays (using interfaces that are a...
View ArticleLorna Mitchell's Blog: ArrayAccess vs ArrayObject
Lorna Mitchell has a new post to her blog explaining ArrayObject and ArrayAccess and how each is used. I help people qualify for Zend Certification and in the last few months I've had questions about...
View ArticleJeremy Cook's Blog: Implementing the ArrayAccess Interface
Jeremy Cook is back with the next part of his series looking at the handy features PHP's SPL provides. In this new post he looks at the ArrayAccess interface and how it can make your data more...
View ArticleSitePoint PHP Blog: Fun with Array Interfaces
On the SitePoint PHP Blog a tutorial has been posted recently about having some fun with array interfaces via some of the functionality provided through the SPL (Standard PHP Library). As a programmer...
View Article