Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/extjs/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Plugins 在PHPfox中使用插件_Plugins_Phpfox - Fatal编程技术网

Plugins 在PHPfox中使用插件

Plugins 在PHPfox中使用插件,plugins,phpfox,Plugins,Phpfox,有人能告诉我为什么这个调用是在phpfox\module\video\template\default\block\entry.html.php文件中进行的吗?这是一个钩子,它允许其他模块将代码插入到这个文件中。 例如,在其他模块中,我们可以在module/[module\u name]/include/plugin中创建一个新文件名:video.template\u block\u entry\u 1.php/ 包括: <?php echo "Hello world";

有人能告诉我为什么这个调用是在
phpfox\module\video\template\default\block\entry.html.php
文件中进行的吗?

这是一个钩子,它允许其他模块将代码插入到这个文件中。 例如,在其他模块中,我们可以在module/[module\u name]/include/plugin中创建一个新文件名:video.template\u block\u entry\u 1.php/ 包括:

<?php echo "Hello world";