TAG | Controller
The Problem:
I need to write Part III of the Magento series.
The Solutions:
This article… TADA!
First, let’s talk about the controller. The default controller for a module is always named IndexController.php. If you haven’t requested a specific controller (in the URL), than the system is going to look for IndexController.php and load it. Similarly, the default Magento [...]
