Magento: Difference between revisions

From Wiki RB4
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
 
* uses [https://getcomposer.org/doc/00-intro.md Composer]


==Sources==
==Sources==
* [https://u.magento.com/free-video-library free videos]
* [https://u.magento.com/free-video-library free videos]
* [https://firebearstudio.com/blog/das-ultimative-magento-2-tutorial.html many Magento 2 articles]
* [https://firebearstudio.com/blog/das-ultimative-magento-2-tutorial.html many Magento 2 articles]

Revision as of 21:37, 2 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
  • uses Composer

Sources