完善打包封装代码结构

This commit is contained in:
2022-11-16 17:56:28 +08:00
parent 227aca6912
commit 417fbb5119
6 changed files with 32 additions and 53 deletions

View File

@@ -4,6 +4,8 @@
namespace think;
require __DIR__ . '/../vendor/autoload.php';
require __DIR__ . '/../lib/index.php';
// 声明全局变量
define('DS', DIRECTORY_SEPARATOR);