foreach stdclass objet php

foreach ($this->_daoh->listar() as $intIndex => $objRecord) {
     print "$intIndex => {$objRecord->name}\";
}
GutoTrosla