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

Fatal error: Class 'testModel' not found

public function show(){       // $testModel=  new M('test');        $testModel=  M('test');        $data=$testModel->get();        $testView= new V('test');        $testView->display($data);     } 提示致命错误找不到testModel类,请问是怎么回事呢??

正在回答

1 回答

$testModel = M('test')不是实例化test模型,应该改为$testModel=  new M('test');

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

举报

0/150
提交
取消

Fatal error: Class 'testModel' not found

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