Showing posts with label How do i access value from RECURSION array in magento. Show all posts
Showing posts with label How do i access value from RECURSION array in magento. Show all posts

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'];
    }