首页  >  问答  >  正文

Class 'Util\data\Sysdb' not found出错了出错了

代码对的。大小写也是对的,但是调用db出错了,是我配置出现了问题吗

[1] ErrorException in Test.php line 12

Class 'Util\data\Sysdb' not found

use think\Controller;use Util\data\Sysdb;/***
*/class Test extends Controller{ public function index(){ $this->db = new Sysdb; $res = $this->db->table('admins')->where(array('id'=>1))->item(); dump($res); }}

Call Stack

in Test.php line 12at Error::appShutdown()


布拉德皮特·老王布拉德皮特·老王1973 天前974

全部回复(1)我来回复

  • 王毛毛

    王毛毛2020-12-02 16:07:37

    我也是这里出了问题,请问你现在知道咋回事了吗?

    回复
    0
  • 取消回复