Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattisbusycom/56cfe7eae1adcf5aad71 to your computer and use it in GitHub Desktop.
Save mattisbusycom/56cfe7eae1adcf5aad71 to your computer and use it in GitHub Desktop.
<?php
/** @var $collection Mage_Catalog_Model_Resource_Category_Collection */
$collection = Mage::getModel('catalog/category', array('disable_flat' => true))->getCollection();
// ... custom stuff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment