Magento创建一个块来包含一个模板文件.phtml和一行代码
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Magento创建一个块来包含一个模板文件.phtml和一行代码相关的知识,希望对你有一定的参考价值。
Create a block to include a template file .phtml with just one line of code
<?php echo $this->getLayout()->createBlock('Mage_Adminhtml_Block_Template', 'block-name')->setData('template', 'callouts/your-file.phtml')->toHtml() ?>
以上是关于Magento创建一个块来包含一个模板文件.phtml和一行代码的主要内容,如果未能解决你的问题,请参考以下文章
Magento 2 模板文件夹中的 PHP 代码给出语法错误