Explain the use of namespace in Magento?
Magento core modules are placed in mage namespace, core/Mage/Catalog and all custom modules are placed in local/CustomModule. You can have more than one module with same name but they need to be placed in different namespaces. In Magento, namespaces are used to organize classes, interfaces, functions, and constants into a hierarchical structure to prevent naming … Read more