Class 'Home\Controller\TestModel' not found
windows 下 require_once(dirname(__FILE__).'\\libs\\Controller\\testController.class.php');
文件引入写成 require_once('$Home/Controller/TestModel.class.php');
主要是注意路径的反斜线,都要改成斜线。
没保存吧
没有找到名字为TestModel的类