Originally posted on WordPress.com News:
We are happy to announce our new REST Application Programming Interface (API) that lets developers explore, interact, and create great new content with the vast community of sites on the WordPress.com network and, in the near future, Jetpack-enabled sites. The API gives developers access to posts and comments, as…
Archive | April, 2012
Filter arrays of data by any field in the array/objects
I frequently need to grab a subset of data from an array. I just stumbled over the FilterIterator which provides a nice interface to do just this. Based on this class here is a implementation which lets you perform basic filtering. Here is an example: And here is the class that makes it happen.
Continue reading
April 13, 2012 

