1 Star 0 Fork 48

HuangWanddy / CourseSEL

forked from Halex / CourseSEL 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
index.php 1023 Bytes
Copy Edit Raw Blame History
Halex authored 2017-11-26 20:55 . 第一次提交
<?php
// +----------------------------------------------------------------------
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
// +----------------------------------------------------------------------
// | Copyright (c) 2006-2014 http://thinkphp.cn All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
// +----------------------------------------------------------------------
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
// 应用入口文件
// 检测PHP环境
if(version_compare(PHP_VERSION,'5.3.0','<')) die('require PHP > 5.3.0 !');
// 开启调试模式 建议开发阶段开启 部署阶段注释或者设为false
define('APP_DEBUG',true);
// 定义应用目录
define('APP_PATH','./Apps/');
// 引入ThinkPHP入口文件
require './Core/ThinkPHP.php';
// 亲^_^ 后面不需要任何代码了 就是如此简单
PHP
1
https://gitee.com/wanddyh/CourseSEL.git
git@gitee.com:wanddyh/CourseSEL.git
wanddyh
CourseSEL
CourseSEL
master

Search