foreach stdclass object php

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

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "foreach stdclass object php"
Camilla
06 Jul 2016
1foreach ($this->_daoh->listar() as $intIndex => $objRecord) {
2     print "$intIndex => {$objRecord->name}\";
3}