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