注意:未定义的属性:template :: $ param

时间:2014-05-03 05:48:40

标签: php

所以,我的解析器再次出现问题。 这些错误:

Notice: Undefined property: template::$param in C:\xampp\htdocs\app\includes\classes\class.template.php on line 35

Warning: array_keys() expects parameter 1 to be array, null given in C:\xampp\htdocs\app\includes\classes\class.template.php on line 35

Notice: Undefined property: template::$param in C:\xampp\htdocs\app\includes\classes\class.template.php on line 35

Warning: array_values() expects parameter 1 to be array, null given in C:\xampp\htdocs\app\includes\classes\class.template.php on line 35

导致错误的行:

$content = str_replace(array_keys($this->param), array_values($this->param), $content);

有什么答案吗?

1 个答案:

答案 0 :(得分:0)

您是将对象返回到twig模板而不是数组。 如果使用doctrine,则为getArrayResult。