Cms Block Stores

$blockCollection = Mage::getResourceModel('cms/block_collection');
foreach($blockCollection as $block) {
    Zend_Debug::dump($block->getResource()->lookupStoreIds($block->getBlockId()));
}

Leave a Reply