Magento set Order() not working

Magento set Order() not working

An alternate way to sort magento collection is

$collection = Mage::getModel('test/test')
->getCollection()
->getSelect()
->order('id DESC');

This will sort the magento collection in descending order by id.


Advertisements

Add Comment

📖 Read More