<?php
// 定义应用目录
define('APP_PATH', __DIR__ . '/application/');
// 开启调试模式
define('APP_DEBUG', true);
// 加载框架引导文件
require __DIR__ . '/thinkphp/start.php';
?>
但是打开就一直提示PHP Fatal error: Class 'think\controller' not found in E:\host01\sweatergo\web\application\index\controller\Index.php on line 6最佳答案
