Magento Question:
What are the benefits of namespace (package) in magento?
Answer:
We can have more than one module with same name but they should be placed in different namespaces. All Magento core modules are contained in Mage namespace.
core/Mage/Catalog
local/Muster/CustomModule
core/Mage/Catalog
local/Muster/CustomModule
Previous Question | Next Question |
Explain the difference between Mage::getSingletone() andMage::getModel() in Magento? | How to include CMS block in template file(.phtml)? |