1 Star 0 Fork 60

huyang2015 / tpframe

forked from www.tpframe.com / tpframe 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.php 916 Bytes
一键复制 编辑 原始数据 按行查看 历史
www.tpframe.com 提交于 2017-09-16 14:32 . tpframe 1.0
<?php
// +----------------------------------------------------------------------
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
// +----------------------------------------------------------------------
// | Copyright (c) 2006-2016 http://thinkphp.cn All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
// +----------------------------------------------------------------------
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
// [ 应用入口文件 ]
// 定义应用目录
define('APP_PATH', __DIR__ . '/application/');
// 运行时目录
define('RUNTIME_PATH', __DIR__ . '/data/runtime/');
// 扩展包目录
define('VENDOR_PATH', __DIR__ . '/coreframe/vendor/');
// 加载框架引导文件
require __DIR__ . '/coreframe/thinkphp/start.php';
PHP
1
https://gitee.com/hy2015/tpframe.git
git@gitee.com:hy2015/tpframe.git
hy2015
tpframe
tpframe
master

搜索帮助