foreach stdclass object php

Solutions on MaxInterview for foreach stdclass object php by the best coders in the world

showing results for - "foreach stdclass object php"
Camilla
06 Jul 2016
1foreach ($this->_daoh->listar() as $intIndex => $objRecord) {
2     print "$intIndex => {$objRecord->name}\";
3}