Search Results

9
votes

Making a PHP class behave like an array?

If you extend ArrayObject, or implement ArrayAccess then you can do what you want. http://uk2.php.net/arrayobject …