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 Difference between Mage::app() and Mage::getModel() in magento. zendnwar June 3, 2013 Mage::app() Mage::app() function is used to bootstrap your Magento application (setting up co .. Track Visitor’s Information in Magento zendnwar April 23, 2015 <?php $visitorInfo = Mage::getSingleton(‘core/session’)->getVisitorData(); pr ..