这是一个创建于 3596 天前的主题,其中的信息可能已经有所发展或是发生改变。
各位大牛
\home\a.php
a.php: content<<<start
namespace aa;
class bb{
public function index(){
}
}
End;
include /home/a.php
content<<<start
include '/home/a.php'
$class = new \aa\bb;
$class->index():
End;
Error:<<<
Fatal error: Class 'aa\Filters' not found i
>>>
求大牛看看问题所在.为什么不能new 命名空间的class!感谢!
1 条回复 • 2015-01-18 15:07:34 +08:00
|
|
1
kookxiang 2015-01-18 15:07:34 +08:00
aa\Filters 你这里哪有Filters
|