PHP – Class Manipulate Objects as Arrays
This PHP Class can manipulate its objects as arrays. It implements several operations that make objects work like arrays. Currently it can convert an array to an object of the class and vice-versa, serialize the object to JSON format, count… (READ MORE)