我在php代码中显示一个smarty变量,这是因为我想将Smarty中的内容与PHP文件进行比较。
示例:
<?php
$ThisIsTheSmartyVariable
If ($ThisIsTheSmartyVariable == Something) {
Do Something
}
?>
这是主要想法,但我不明白为什么它不起作用。
当我试图获取所有变量时,它会给我这个输出:
致命错误:在第1094行的public_html / includes / smarty / Smarty.class.php中调用未定义的函数logactivity()
让我知道。