Context |
Code$simple_xml = SimpleXMLElement object
$item_count = 0
$item = SimpleXMLElement object
$offer_count = 0
if (isset($this->parsed_xml->Items->Item)) {
foreach ($this->parsed_xml->Items->Item as $item) {
$offer_count = 0;
foreach ($item->Offers->Offer as $offer) {
if ($offer->Seller) {
Product::_adjust_xml() - CORE/app/models/product.php, line 66
Product::_send_request() - CORE/app/models/product.php, line 168
Product::get_summary_list() - CORE/app/models/product.php, line 246
ProductsController::display() - CORE/app/controllers/products_controller.php, line 38
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 353
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 333
[main] - CORE/app/webroot/index.php, line 85