1 Star 0 Fork 110

dbhou / tplay

forked from 听雨 / tplay 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
think 992 Bytes
一键复制 编辑 原始数据 按行查看 历史
听雨 提交于 2018-03-06 15:44 . 版本更新到v1.3.3
#!/usr/bin/env php
<?php
// +----------------------------------------------------------------------
// | Tplay [ WE ONLY DO WHAT IS NECESSARY ]
// +----------------------------------------------------------------------
// | Copyright (c) 2017 http://tplay.pengyichen.com All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
// +----------------------------------------------------------------------
// | Author: 听雨 < 389625819@qq.com >
// +----------------------------------------------------------------------
// 定义项目路径
define('APP_PATH', __DIR__ . '/../app/');
// 定义版本号
define('TPLAY_VERSION', '1.3.2');
//重定义扩展类库目录
define('EXTEND_PATH', __DIR__ . '/../simport/extend/');
//重定义第三方类库目录
define('VENDOR_PATH', __DIR__ . '/../simport/vendor/');
// 加载框架引导文件
require __DIR__ . '/../simport/thinkphp/start.php';
PHP
1
https://gitee.com/dbhou/tplay.git
git@gitee.com:dbhou/tplay.git
dbhou
tplay
tplay
master

搜索帮助