3 Star 1 Fork 0

leechao / bswxcms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.php 271 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
leechao 提交于 2015-10-15 23:07 . test
<?php
// 定义ThinkPHP框架路径
define('THINK_PATH', './ThinkPHP');
//定义项目名称和路径
define('APP_NAME', 'Web');
define('APP_PATH', 'Web');
// 加载框架入口文件
require(THINK_PATH."/ThinkPHP.php");
//实例化一个网站应用实例
App::run();
?>
PHP
1
https://gitee.com/leechao/bswxcms.git
git@gitee.com:leechao/bswxcms.git
leechao
bswxcms
bswxcms
master

搜索帮助