Category Code

Creating a Magento Extension II

In this second part of the tutorial we present how to create a very basic model in the Magento module created in the first part. So far we have reduced our module exclusively to the controller, as our business logic…

Creating a Magento Extension I

Magento uses a MVC (Model-View-Controller) architecture. In very few words, the MVC architecture consists of separating the code responsible for the business logic of an application (model) from its visual representation (view) and the actions that can be performed on…