我試圖擴展magento類Mage_Cms_Block_Block。我有我的模塊活動。我認爲它的失敗之處在於使用config.xml。Magento擴展cms塊類
<?xml version="1.0" encoding="UTF-8"?>
<config>
<modules>
<VisibleBlocks_ShowBlocks>
<!-- The version of our module, starting at 0.0.1 -->
<version>0.0.1</version>
</VisibleBlocks_ShowBlocks>
</modules>
<global>
<blocks>
<mage_cms>
<rewrite>
<cms_blocks>VisibleBlocks_ShowBlocks_Block_Border</cms_blocks>
</rewrite>
</mage_cms>
</blocks>
</global>
</config>
有人可以向我解釋全局標記內的標記是什麼意思?重寫裏面的標籤可以稱爲任何東西嗎?