forked from AxiosLeo/php-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththink
18 lines (16 loc) · 836 Bytes
/
think
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
// +----------------------------------------------------------------------
// | TPR [ Design For Api Develop ]
// +----------------------------------------------------------------------
// | Copyright (c) 2017-2017 http://hanxv.cn All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
// +----------------------------------------------------------------------
// | Author: axios <[email protected]>
// +----------------------------------------------------------------------
define('ROOT_PATH',__DIR__.'/');
define('APP_PATH', ROOT_PATH . 'example/app/');
define('CONF_PATH', ROOT_PATH.'example/config/');
define('RUNTIME_PATH', ROOT_PATH . 'example/runtime/');
// 加载框架引导文件
require './thinkphp/console.php';