首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 开源软件 >

Magento - 回到不带Layout的页面输出

2012-09-21 
Magento - 返回不带Layout的页面输出你至少有三种方法可以返回不带Layout的页面输出1. 在controller的acti

Magento - 返回不带Layout的页面输出

你至少有三种方法可以返回不带Layout的页面输出

1. 在controller的action方法中直接echo 然后 return.

            <your_frontname_controller_action?translate="label">????<reference?name="root">??????<action?method="setTemplate"><template>page/emptyempty.phtml</template?/>????</reference>????<reference?name="content">??????<block?type="{your_block}?name="{blockname}"?template="{your_template_file.phtml}"?/>????</reference>??</your_frontname_controller_action>??

热点排行