How to delete Image cache in Magento programatically ? zendnwar February 6, 2014 Magento 0 Comments Just copy and paste use following code: Mage::getModel(‘catalog/product_image’)->clearCache(); Related Posts Can’t retrieve entity config: zeon_manufacturer/eav_attribute_option_value admin October 24, 2016 It has a very simple solution app/code/community/Zeon/Manufacturer/Model/Mysql4/Manufacturer/Co .. How to get Magento CMS pages menu? zendnwar March 16, 2015 It is very simple, Please check below: $CmsPageCollection=Mage::getModel(‘cms/page’ ..