为了账号安全,请及时绑定邮箱和手机立即绑定

为什么我采用__autoload()函数之后,报错:Fatal error: Class 'Test1' not found in...

代码如下:

http://img1.sycdn.imooc.com//55a8c2430001a1dd03430284.jpg

55a8c2120001f45203290339.jpg 

55a8c2120001a14105000183.jpg

错误如下:

http://img1.sycdn.imooc.com//55a8c263000170fc12990191.jpg



正在回答

1 回答

说的是没有找到 TEST1 这个类,你的代码写错了,

class Test1{
   function test(){
   echo __FILE__;
   }
}
class Test2{
   function test(){
   echo __FILE__;
   }
}

你那样声明的是namespace 而不是 class

0 回复 有任何疑惑可以回复我~
#1

写在旧课本上的时光 提问者

恩恩, 非常感谢,我懂了,当时只是全部照着老师写的代码抄的,可能有漏的地方,初学,谢谢指教!!!
2015-07-17 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么我采用__autoload()函数之后,报错:Fatal error: Class 'Test1' not found in...

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信