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…
As you may know, layout is built with a small set of XML tags that are simple and interesting to learn. By learning some key concepts and commands of layout, you will be soon be equipped with the sufficient knowledge to easily modify your store design to your desired specification.
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.
The Front Controller has an array of “routers” that it uses to decide which module the URL should trigger so Front Controller plays a very crucial role in Magento. And do you know how to locate Front Controller class, or events that Front Controller fires and Front Controller’s responsibilities? If you are interested in these issues, please follow my article.
We have finished Magento Basics with 9 articles which guide you about fundamentals, configuration XML, and multi-language… in Magento. Today, I will start the next step of Magento Certificate Preparation. You will be introduced the first topic – Application initialization consisting of two parts: