9 lines
220 B
PHP
9 lines
220 B
PHP
<?php
|
|
|
|
//此处配置预加载常量
|
|
|
|
//const ROOT_PATH = __DIR__ . '/';
|
|
//const EXTEND_PATH = ROOT_PATH . '../extend/';
|
|
//namespace think;
|
|
//define('TESTCL', __DIR__ . '../xxxx/');
|
|
//const TESTCL = __DIR__ . '../xxxx/';
|