Forked from jreinke/disable_flat_catalog_category.php
Last active
August 29, 2015 14:16
-
-
Save mattisbusycom/56cfe7eae1adcf5aad71 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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