Skip to main content

Q. How and when does Magento load the base configuration, the module configuration, and the database configuration?

- Magento loads the base configuration: Mage_Core_Model_Config::init() calls loadBase() first
Magento loads the module and database configuration: Mage_Core_Model_Config::init() then calls loadModules() & loadDb()

By Michael Cristancho

I'm a Digital Commerce and Experience evangelist who enjoys engaging in thought-provoking conversation and mutual exploration. I am a strong believer that learning never ends, and each day brings another opportunity to grow as an individual and professional.