php how to loop through objecg code example Example: php loopthrough object foreach ($objects as $obj) { echo $obj->property; }