Magento Design Patterns

后端 未结 8 1156
北海茫月
北海茫月 2021-01-29 22:59

Magento, IMHO, represents a PHP system that is built on well thought-out coding principles - reuseable design patterns being one of them. In terms of an example of a PHP system

8条回答
  •  感动是毒
    2021-01-29 23:28

    Following are design patterns : 1. Model View Control.

    1. Singleton

    2. Factory

    3. Registry

    4. Front controller.

    5. Iterator.

    6. Lazy Loading.

    7. Observers( events )

提交回复
热议问题