In the previous article, we provided you with the basic principle of EAV but have you concretely known how Magento stores the data according to the EAV model and how to create an EAV entity in Magento? If not, my tutorial today will surely be a good reference for you.
When there is a request in browser (URL), first Magento uses Request routing to analyze URL and finds out the suitable code to match that request. And then, it defines Controller or Action to return Response. So, Request routing helps you coordinate activities in Magento. You can learn more with my article below.
Hello everyone, today I’m very glad to guide you how to resolve the module conflicts. As you know, the conflict between modules in Magento is one of the most difficult and complex troubles to discover. So you’d surely be interested in this article below.
When we want to change the action of a function core in Magento, we can use two ways including: override core class and event-driven architecture. However, Override core has a weakness that each class can only override once. Regarding the event, we can run it in different modules.
In order to continue Magento Tutorial this week, I will lead you to Magento directory structure. Please follow it carefully!
Magento is built based on the principle of object-oriented programming with MVC architecture. The code system of Magento is saved in the form of dispersions so as to increase extension ability for the system. The directory structure is stored as the followings…
Today I will continue the Topic 1: Basic with the next part- Magento Module-based architecture.
Magento is built based on module architecture. All activities of Magento are processed by modules.
You must have heard the hottest news in Magento Community: Magento Certificate exam! Don’t miss the huge and comprehensive resource of Magento brought you by us. Keep your eyes on our Blog every Friday for the latest posts. We will cover the whole 10 content areas which are in the Magento test form, started with the first chapter Basics this week