By jwadhams
via wingtiplabs.com
Published: Feb 05 2013 / 08:40
Amazon's SimpleDB (SDB) has been great to us, but the PHP API that Amazon provides exposes the batch fetching implementation in a way that makes my calling code ~10x longer than it has to be. This is a story about how I fixed that, with a PHP 5 feature called Iterators.
Add your comment