What is the parent block for all Magento blocks? zendnwar March 18, 2015 Magento 0 Comments All Magento blocks inherits Mage_Core_Block_Abstract that inherits directly from Varien_Object Related Posts What is the difference regarding module loading between Mage::app() and Mage::run() ? zendnwar December 2, 2014 Mage::app() :: initializes the application object with all variables and objects which are requ .. Get custom attribute value in Magento zendnwar July 22, 2015 $attribute=$_product->getResource()->getAttribute('custom_attribute_code'); if ($attribut ..