1 Star 2 Fork 45

L / easyapps

forked from ayhome / easyapps 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
rest.php 473 Bytes
一键复制 编辑 原始数据 按行查看 历史
ayhome 提交于 2014-07-22 20:10 . 整体后天啥的都更新了
<?php
// 检测PHP环境
if(version_compare(PHP_VERSION,'5.3.0','<')) die('require PHP > 5.3.0 !');
define('BIND_MODULE','Rest');
// 开启调试模式 建议开发阶段开启 部署阶段注释或者设为false
define('APP_DEBUG',True);
// 定义应用目录
define('APP_PATH','App/');
// 定义运行时目录
define('RUNTIME_PATH','Runtime/');
// 引入ThinkPHP入口文件
require './PHP/ThinkPHP.php';
// 亲^_^ 后面不需要任何代码了 就是如此简单
1
https://gitee.com/yangcong/easyapps.git
git@gitee.com:yangcong/easyapps.git
yangcong
easyapps
easyapps
master

搜索帮助