非静态方法.....不应静态调用
2022-08-30 09:19:40
我最近更新了PHP 5.4,但我收到有关静态和非静态代码的错误。
这是错误:
PHP Strict Standards: Non-static method VTimer::get()
should not be called statically in /home/jaco/public_html/include/function_smarty.php on line 371
这是第 371 行:
$timer = VTimer::get($options['magic']);
我希望有人能帮忙。