Magento: Difference between revisions
| Line 3: | Line 3: | ||
* uses design patterns (GoF) like GRASP, but in an individual manner | * uses design patterns (GoF) like GRASP, but in an individual manner | ||
* uses MVC with thin controller approach (Business Logic is mainly in Model or View), View is configured by layout XML | * uses MVC with thin controller approach (Business Logic is mainly in Model or View), View is configured by layout XML | ||
* user groups: | |||
** web business user | |||
** system administrator | |||
** web API user | |||
==Technology== | ==Technology== | ||
Revision as of 10:00, 9 August 2018
General
- object oriented
- uses design patterns (GoF) like GRASP, but in an individual manner
- uses MVC with thin controller approach (Business Logic is mainly in Model or View), View is configured by layout XML
- user groups:
- web business user
- system administrator
- web API user
Technology
- PHP 7 and coding standards PSR-0 to PSR-4
- MySQL 5.6
- Apache 2.2, 2.4
- https://getcomposer.org/doc/00-intro.md PHP Composer]
- HTML5
- LESS CSS
- jQuery
- RequireJS
- Zend Framework
- Symfony
- Magento Testing Framework
- ...
Architecture
- layers:
- presentation
- service
- domain
- persistence
Persistence Layer
- consists of
- layouts
- blocks
- templates
- controllers
Sources
- free videos
- many Magento 2 articles
- Kindle Book 'Magento 2 Developer's Guide'