标题: php报错~Using $this when not in object context in [打印本页] 作者: javaluo 时间: 2011-4-15 23:07 标题: php报错~Using $this when not in object context in Fatal error: Using $this when not in object context in /home/wwwroot/www.bestwei.com/index.php on line 1
php头
<?php
/**
*模板
*/
$this->need('header.php');
?>
尝试了修改为 $this=need('header.php');
会出现Fatal error: Cannot re-assign $this in /home/wwwroot/www.bestwei.com/index.php on line 11