有人可以告诉我为什么在{plugin call='video.template_block_entry_1'}
文件中发出phpfox\module\video\template\default\block\entry.html.php
这个电话?
答案 0 :(得分:0)
这是一个钩子,它允许其他模块可以将它们的代码插入到这个文件中。 例如,在其他模块中,我们可以在module / [module_name] / include / plugin /中创建一个新的文件名:video.template_block_entry_1.php 含有:
<?php echo "Hello world";
更多文字hello world将包含在entry.html.php
中