1 Star 0 Fork 193

程序源代码/video

forked from 后盾人/v2015 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
hdphp.php 944 Bytes
一键复制 编辑 原始数据 按行查看 历史
后盾人 提交于 2017-05-02 15:00 +08:00 . no message
<?php
// .-------------------------------------------------------------------
// | Software: [HDPHP framework]
// | Site: www.hdphp.com
// |-------------------------------------------------------------------
// | Author: 向军 <2300071698@qq.com>
// | WeChat: houdunwangxj
// | Copyright (c) 2012-2019, www.houdunwang.com. All Rights Reserved.
// '-------------------------------------------------------------------
header( "Content-type:text/html;charset=utf-8" );
if ( version_compare( phpversion(), '5.4.0', '<' ) ) {
die( '<h2 style=\'font:18px/1.5 "PingFang SC", Helvetica, "Helvetica Neue", "微软雅黑", Tahoma, Arial, sans-serif\'>HDPHP需要PHP版本大于php5.4,当前版本' . PHP_VERSION . "</h2>" );
}
//composer自动加载
require __DIR__ . '/../vendor/autoload.php';
define( 'ROOT_PATH', dirname( __DIR__ ) );
define( 'HDPHP_VERSION', '3.0.10' );
//启动应用
$app = new \hdphp\kernel\App();
$app->bootstrap();
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/itcode-itcode/video.git
git@gitee.com:itcode-itcode/video.git
itcode-itcode
video
video
master

搜索帮助