23 Star 70 Fork 44

wuwenbin/bookmark

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
index.php 297 Bytes
Copy Edit Raw Blame History
wuwenbin authored 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);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/wuwenbin/bookmark.git
git@gitee.com:wuwenbin/bookmark.git
wuwenbin
bookmark
bookmark
master

Search