Category: Magento 2.X

0

New concepts introduced in Magento 2

In this article we will see some new concepts introduced in magento 2 Trait is a new feature introduced in PHP 5.4 that has provided a new way to use multiple inheritence. In other...

0

Why Traits in Magento 2

In PHP, Multiple inheritence was supported with the help of Interface. But interface implementation is not flexible like class inheritance. So to make this happen traits came into the picuture. We will understand this...

0

Magento2 new features

More Compatible with Popular Platforms like PHP 5. Using smart features of Zend caching, translation and translation Jquery Library is totally replaced by prototype library Due to Zends performance feature magento 2 is 20%...