Create a new Block in Magento
问题 I asked this question yesterday Static block on home page in Magento, which answered my question about hooking a cms/block to an existing block (content, in that example). But now I would like to know how to create my own block. I have this in my .phtml template: <?php echo $this->getChildHtml('home_flash') ?> And this in my cms.xml file <reference name="home_flash"> <block type="cms/block" name="home-page-flash" before="content"> <action method="setBlockId"><block_id>home-page-flash</block