23 Star 69 Fork 44

wuwenbin / bookmark

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.php 297 Bytes
一键复制 编辑 原始数据 按行查看 历史
wuwenbin 提交于 2015-04-07 05:40 . 导入项目代码
<?php
/**
* 入口文件
*/
$rootPath = dirname(__FILE__) . "/root";
include_once $rootPath . "/common/helper.php";
include_once $rootPath . "/common/common.php";
include_once $rootPath . "/controller/common/Base.php";
include_once $rootPath . "/module/Base.php";
App::run("public", $rootPath);
PHP
1
https://gitee.com/wuwenbin/bookmark.git
git@gitee.com:wuwenbin/bookmark.git
wuwenbin
bookmark
bookmark
master

搜索帮助