1 Star 0 Fork 9

yg178 / Yesf

forked from 泷涯 / Yesf 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
start.php 192 Bytes
一键复制 编辑 原始数据 按行查看 历史
泷涯 提交于 2017-01-06 19:15 . Fix a wrong word
<?php
//应用所在目录
define("APP_PATH", __DIR__ . '/application/');
require('framework/Yesf.php');
//初始化
$app = new yesf\Yesf(APP_PATH . "/Config.ini");
$app->bootstrap()->run();
PHP
1
https://gitee.com/hwsyy/Yesf.git
git@gitee.com:hwsyy/Yesf.git
hwsyy
Yesf
Yesf
master

搜索帮助