Hello, I have been wanting to sort the results from PostList::getAll() by the title of the post, but since I cannot access the interal $_posts array (since it's protected and does not have a get method), I cannot call uasort(). Zend_Service_Delicious implements ArrayAccess, but only Iterator (not ArrayIterator) so I cannot call ArrayIterator::uasort() on it (in fact, this crashes PHP).
Has anyone else come across this problem or know a _clean_ way to solve it? I would rather not have to resort to some nasty hack... Thanks, Logan
