In Magento, block is a View element of MVC (model-view-controller), having the major task to make data displayed to the users. While creating a theme, you are offered many content blocks that are placed in the structural block. If you are not sure about it, please read my article today…
As you may know, Magento Design Fall-Back is used to render themes from the Magento basic templates and the most important part of this article will make you focus on the fall-back hierarchy. Let’s me show you more details in my following tutorial.
Flushing data is an important process in Magento. This function allows you to return browser the HTML code. It means that Flushing output is to display a content of a request in Magento. You can learn more with my following part.
In order to keep following on from the previous posts, I have now extended the tutorial to bring you handy knowledge about Structure of block templates. This tutorial covers two contents…
In order to keep you following our Magento Tutorials, today, I and Mr.Stephen Nguyen will tell you about Module Initialization. This section has 4 contents as below. Read more…
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.
URL rewrite is something that is not easy to understand. As a developer, you may clearly know the structure, process and others of URL Rewrite? I have made several attempts to get this job done, and today; I will share you materials of URL rewrite to fully exploit it in Magento for the best Search Engine exposure.