Thursday, 12 December 2013

How to get value from RECURSION array in magento


How to get value from RECURSION array in magento

$item = "RECURSION array";

foreach ($item->_data as $item_img){
        echo $item_img->_data['value'];
    }

No comments: