Magento for Developers: Part 5 - Magento Models and ORM Basics Category: Development Alan Storm, updated for Magento 1.12 by Magento The implementation of a "Models Tier" is a huge part of any MVC framework. It represents the data of...
Tag: model
magento
Using Collections in Magento
A collection is a Model type containing other Models, it is basically used in Magento to handle product lists (ie. from a category or a bundle option), but not only. TO DO: Explain how Magento Implements a collection - Use...
magento
Creating a Magento custom model
Creating a Magento custom model Posted by Yongji Chen Tags: custom model Magento In this tutorial, we will create a custom model that uses a different name than the Module name. The Module tree will look like as shown in...