1 Star 0 Fork 0

aninet / amadis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.php 283 Bytes
一键复制 编辑 原始数据 按行查看 历史
aninet 提交于 2019-03-12 18:05 . 测试
<?php
//hhh
define('SITE_ROOT', dirname(__DIR__));
define("APP_PATH",realpath(dirname(__FILE__).'/'));
define("CONFIG_PATH",APP_PATH.'/config/');
$app = new Yaf_Application(APP_PATH.'/config/application.ini');
$app->getDispatcher()->catchException(true);
$app->Bootstrap()->run();
PHP
1
https://gitee.com/aninet/amadis.git
git@gitee.com:aninet/amadis.git
aninet
amadis
amadis
master

搜索帮助