7 Star 44 Fork 16

YiAdmin / YiAdmin零依后台管理系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
constant.php 405 Bytes
一键复制 编辑 原始数据 按行查看 历史
YiAdmin 提交于 2022-04-24 13:51 . init
<?php
define('DS', DIRECTORY_SEPARATOR);
define('ROOT_PATH', __DIR__ . DS);
define('RUNTIME_PATH', __DIR__ . DS . 'runtime' . DS);
define('APP_PATH', ROOT_PATH . 'app' . DS);
define('VIEW_PATH', ROOT_PATH . 'view' . DS);
define('PUBLIC_PATH', ROOT_PATH . 'public' . DS);
define('VENDOR_PATH', ROOT_PATH . 'vendor' . DS);
define('EXT', '.php');
define('IS_WIN', strpos(PHP_OS, 'WIN') !== false);
PHP
1
https://gitee.com/YiAdmin/YiAdmin-Webman.git
git@gitee.com:YiAdmin/YiAdmin-Webman.git
YiAdmin
YiAdmin-Webman
YiAdmin零依后台管理系统
master

搜索帮助