Q. Explain how Magento loads and manipulates configuration information? $this->loadBase(); //config.xml and local.xml $this->loadModules(); //load all modules xml from app/etc/modules/... Read More
Q. How and where does Magento differentiate between install, upgrade, and downgrade scripts? In Mage_Core_Model_App::_initModules(), calls Mage_Core_Model_Resource_Setup::applyAllUpdates(), and it then... Read More
Q. How to pass variables from layout to block? <action method=”setData”><name>category_id</name><value>3</value></action> In the block, this can be retrieved by.. $categoryId... Read More
Zeen is a next generation WordPress theme. It’s powerful, beautifully designed and comes with everything you need to engage your visitors and increase conversions.