subject: Magento Structure [print this page] Magento Structure Magento Structure
Magento Ecommerce is a powerful, flexible Open Source Ecommerce Solution. It runs on the Apache/MySQL/PHP platform. From one installation, you can control multiple storefronts, all sharing customer and product information. Magento's templates and themes enable you to customize the look and feel of your store, even optimizing it for mobile phones. Extensions enable you to connect Magento to a large number of payment gateways and shipping services. Modular code enables you to upgrade your Magento installation while retaining your customizations.
Basically there are four Magento Structure
Magento File Structure
Magento Database Structure
Magento Folder Structure
Magento Directory Structure
Developing and implementing magento project requires understanding its directory structure. Here is a brief overview of Magento Folder Structure.
/ app is where the application resides
/ app / etc is global configuration den
/ app / code is where modules installed their models and controllers
/ app / code / core are core team developed or certified modules
/ app / code / community are community contributed modules