2 Star 2 Fork 0

众产-王坤/ciyphp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
init.php 631 Bytes
一键复制 编辑 原始数据 按行查看 历史
众产-王坤 提交于 2019-05-13 02:35 . 发布完整中台脚手架
<?php
error_reporting(E_ALL);//0禁用错误输出;E_ALL打开错误输出
date_default_timezone_set('Asia/Shanghai');
defined('PATH_ROOT') || define('PATH_ROOT', $_SERVER['DOCUMENT_ROOT'].'/'); //web根目录。
defined('PATH_PROGRAM') || define('PATH_PROGRAM', __DIR__.'/'); //指定项目后端目录,可以实现前后端不同目录管理。
defined('NAME_SELF') || define('NAME_SELF', substr($_SERVER['PHP_SELF'],strrpos($_SERVER['PHP_SELF'],'/')+1,-4));
require PATH_ROOT . 'zcommon/config.php';
require PATH_ROOT . 'zcommon/common.php';
require PATH_ROOT . 'zcommon/data.php';
require PATH_ROOT . 'acommon.php';
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/boiciy/ciyphp.git
git@gitee.com:boiciy/ciyphp.git
boiciy
ciyphp
ciyphp
master

搜索帮助