One thing to note is that depending
The downloader folder is used to install and upgrade Magento, even when not using SSH. js: Directory containing javascript code. lib: Directory containing developer libraries. media: Folder containing files uploaded to the system such as photos, videos, documents,... pkginfo: Directory containing detailed information about Magento installation packages. report: This folder contains reports for the system to use when encountering errors. skin: Folder used to design themes, packages, templates. Parts contained in the skin folder: css files, images, javascript. var: The var directory is a place used to store files, session files, catch memory, import and export data. Module structure Magento Module structure is mainly divided into 2 parts: code and template.
Code: plays a role in determining the actions the Email Data module will take to interact with the database. Template: based on the code, the template will arrange the interface for the module. Components in the Template's Code: Block: This is the place to download data or adjust data from the database before they are displayed in the template. Controller: This component has the role of receiving requests from users via http, which will then be passed to other processing layers. Etc: The etc section will include xml files to configure the module. on the module, the xml files will be different. Helper: When adding helper classes, the functions defined in the helper can be called anywhere. This is where "tools" are stored to make the programming process easier Module: Component containing commands to query directly with databases. Sql: Sql often includes sql statements used to create golden tables, perform interactive data changes, etc.
Frequently asked questions about Magento What is Magento used for? Magento is used to develop e-commerce websites on the Zend Framework platform. This is the most important and complex open source code in the field of PHP language, with clear use of object orientation and MVC (Model-View-Controller) model. What do you need to learn to learn Magento? To become a Magento programmer, you need to master the following basic skills: - Understand the PHP programming language. – Have experience in developing modules in a modular way (modunlar development). – Familiar and understanding of MVC (Model-View-Controller) architecture. |