코드가 정확합니다. 대소문자도 맞지만 db 호출 시 오류가 발생합니다. 구성에 문제가 있는 걸까요? Test.php 라인 12
Class 'UtildataSysdb' notfound
use thinkController;use UtildataSysdb;/** *
*/class 테스트 확장 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 라인 12at Error::appShutdown()