Magento Product collection with limit Magento March 5, 2013 Pramod T P $productCollection = Mage::getResourceModel(‘catalog/product_collection’) ->addCategoryFilter($_category) ->addAttributeToSelect(‘*’) ->setPageSize(5); $productCollection->load();