Guest User

Untitled

a guest
Feb 21st, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. – webroot [magento project root directory]
  2.  
  3. – app [contains code pools, design, configuration, localization and Mage.php files]
  4.  
  5. – code [contains the code files]
  6.  
  7. – community [third party modules]
  8.  
  9. – core [magento core modules]
  10.  
  11. – local [local modules]
  12.  
  13. – design [contains modules templates and layout files]
  14.  
  15. – adminhtml [contains the templates and layout of admin area]
  16.  
  17. – frontend [contains the templates and layout of front area]
  18.  
  19. – install [contains installation files]
  20.  
  21. – etc [contains the system and modules configuration files]
  22.  
  23. – local.xml
  24. – config.xml
  25. – modules [module configuration files]
  26.  
  27. – locale [contains the localization files]
  28.  
  29. – Mage.php [main entry point of magento framework]
  30.  
  31. – js [javascript library files]
  32.  
  33. – lib [external libraries include varien, zend framework, etc.]
  34.  
  35. – media [contains product, cms images, etc]
  36.  
  37. – skin [contains the css and js file based on the theme]
  38.  
  39. – var [contains the system generated directories like cache, report, sessions etc]
  40.  
  41. – cron.sh [cron to make task automatically]
  42.  
  43. – index.php [main entry point for php application]
Add Comment
Please, Sign In to add comment