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]
 
==Technology==
* PHP 7
* MySQL 5.6
* Apache 2.2, 2.4
* https://getcomposer.org/doc/00-intro.md PHP 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 13:26, 3 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

Technology

Sources