loop através de objetos em PHP

foreach ($objects as $obj) {
   echo $obj->property;
}
Lazy Lemur