Magento: Difference between revisions

From Wiki RB4
Line 6: Line 6:
==Technology==
==Technology==
* PHP 7 and coding standards PSR-0 to PSR-4
* PHP 7 and coding standards PSR-0 to PSR-4
* MySQL 5.6
* [[MySQL|MySQL 5.6]]
* Apache 2.2, 2.4
* [[Apache|Apache 2.2, 2.4]]
* https://getcomposer.org/doc/00-intro.md PHP Composer]
* https://getcomposer.org/doc/00-intro.md PHP Composer]
* HTML5
* [[HTML|HTML5]]
* CSS
* [[CSS|CSS]]
* [[JQuery_JQueryMobile|jQuery]]
* [[JQuery_JQueryMobile|jQuery]]
* RequireJS
* RequireJS

Revision as of 09:52, 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

Technology

Sources