loop through properties of object php code example Example: php loop through object foreach ($objects as $obj) { echo $obj->property; }