ArrayAccess Interface in PHP

Posted by Sean on Oct 28, 2008 under

This past week, I was using PHP’s DOMDocument class to work with some XML generation. It’s pretty similar to Javascript’s DOM manipulation. The XML I was generating was a bunch of items with key attributes. () Learning how to extend a new class so that it behaves like a PHP Array made me outright excited for PHP ! Let’s delve into the magic.

Our Most Critical Bug

Posted by Sean on Oct 16, 2008 under