July 2015
Beginner to intermediate
260 pages
5h
English
The Magento folder structure is slightly different from other MVC applications. Let's take a look at the directory tree, and each directory and its functions:
app: This folder is the core of Magento and is subdivided into three important directories:code: This contains all our application code divided into three code pools, namely core, community, and localdesign: This contains all the templates and layouts for our applicationlocale: This contains all the translation and e-mail template files used for the storejs: This contains all the JavaScript libraries that are used in Magentomedia: This contains all the images and media files for our products and CMS pages, as well the product image cachelib: This contains all ...Read now
Unlock full access