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