Tutorial by Examples

$productCollection = Mage::getModel('catalog/product')->getCollection(); Selecting the specific Attribute $productCollection->addAttributeToSelect(array('name', 'product_url', 'small_image')); Selecting the All Attributes $productCollection->addAttributeToSelect('*'); Add Filter ...

Page 1 of 1