19 Star 37 Fork 10

飞翔de希望 / HiBlog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.php 425 Bytes
一键复制 编辑 原始数据 按行查看 历史
<?php
//目录常量定义
define('ROOT_PATH', __DIR__ . '/');
define('APP_PATH', ROOT_PATH . '/application/');
define('TPL_PATH', APP_PATH . '/views/');
define('CONF_PATH', ROOT_PATH . 'conf/');
if(defined('SAE_TMP_PATH')) {
define('TMP_PATH', SAE_TMP_PATH);
} else {
define('TMP_PATH', ROOT_PATH . 'var/tmp/');
}
$app = new Yaf_Application(CONF_PATH . 'application.ini');
$app->bootstrap()->run();
PHP
1
https://gitee.com/flyhope/HiBlog.git
git@gitee.com:flyhope/HiBlog.git
flyhope
HiBlog
HiBlog
master

搜索帮助