Archive for June 18th, 2009

Magento Modules (2009-6-18)

Magento is built using the MVC  model, this provides for clear sepperation of the logic and display. Each part of Magento is constructed as a module which adhears to this convention. When developing new modules you must also adhear to the convention.
Initially the structure can be a little hard to understand, however once over the [...]