Плагины Phpfox 3.7.7

В чем разница между

(($sPlugin = Phpfox_Plugin::get('blog.service_process__start')) ? eval($sPlugin) : false);

а также

{plugin call='blog.template_controller_add_hidden_form'}

0

Решение

(($sPlugin = Phpfox_Plugin::get('blog.service_process__start')) ? eval($sPlugin) : false);

this syntax  used in class files (controller,block,service)

and{plugin call='blog.template_controller_add_hidden_form'}

this syntax used in template file (controller,block)
1

Другие решения

Других решений пока нет …