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