Skip to content

Instantly share code, notes, and snippets.

@codesprint
Created April 22, 2015 15:15
Show Gist options
  • Save codesprint/bfe479375b8f1495bd08 to your computer and use it in GitHub Desktop.
Save codesprint/bfe479375b8f1495bd08 to your computer and use it in GitHub Desktop.
<?
$productCollection = Mage::getModel('catalog/product');
$productCollection->getCollection()
->setOrder('created_at', 'asc')
->setOrder('update_at', 'asc')
;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment