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 Moving Magento to a new server zendnwar November 20, 2012 Moving magento to a new server it is very simple but very careful about some changes.Please fol .. Which class is responsible for creating an instance of the block in Magento? zendnwar March 18, 2015 In Magento, the whole block hierarchy during a page generation is created by the class Mage_Cor ..