Magento创建一个块来包含一个模板文件.phtml和一行代码

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Magento创建一个块来包含一个模板文件.phtml和一行代码相关的知识,希望对你有一定的参考价值。

Create a block to include a template file .phtml with just one line of code
  1. <?php echo $this->getLayout()->createBlock('Mage_Adminhtml_Block_Template', 'block-name')->setData('template', 'callouts/your-file.phtml')->toHtml() ?>

以上是关于Magento创建一个块来包含一个模板文件.phtml和一行代码的主要内容,如果未能解决你的问题,请参考以下文章

Magento 1.9启用从管理面板禁用模块

Magento 如何创建额外的标题并在新模板中引用它

Magento 2 模板文件夹中的 PHP 代码给出语法错误

任何使用像Magento这样的布局和块系统的PHP框架? [关闭]

Magento。将块插入另一个而不更改模板代码

magento模板文件结构