objet en boucle PHP

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