74 Star 276 Fork 125

烧饼 / startbbs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
home.php 963 Bytes
一键复制 编辑 原始数据 按行查看 历史
烧饼 提交于 2018-03-16 21:07 . first 2.0.0 version
<?php
// +----------------------------------------------------------------------
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
// +----------------------------------------------------------------------
// | Copyright (c) 2006-2018 http://thinkphp.cn All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
// +----------------------------------------------------------------------
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
// [ 应用入口文件 ]
namespace think;
// 定义应用目录
define('APP_PATH', __DIR__ . '/app/');
// 加载基础文件
require __DIR__ . '/thinkphp/base.php';
// 支持事先使用静态方法设置Request对象和Config对象
// 执行应用并响应(绑定当前访问到index模块)
Container::get('app')->bind('home')->path(APP_PATH)->run()->send();
PHP
1
https://gitee.com/startbbs/startbbs.git
git@gitee.com:startbbs/startbbs.git
startbbs
startbbs
startbbs
master

搜索帮助