How to disable Merge JavaScript Files on db in magento zendnwar June 16, 2015 Magento 0 Comments Table: core_config_data path:dev/js/merge_files path:dev/css/merge_css_files Related Posts Current user name in Magento? zendnwar April 18, 2013 It is very simple. $username=$this->__(‘Welcome, %s!’, Mage::getSingleton(‘ .. What is the role of the Mage_Core_Block_Abstract class in Magento? zendnwar March 18, 2015 Mage_Core_Block_Abstract is the base class for all blocks in a Magento store and it provides ba ..