38 Star 162 Fork 46

伯恩 / 食物营养数据分析

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.php 357 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
伯恩 提交于 2018-07-09 18:33 . Initial commit
<?php
define('YOUKE_VERSION', '1.0');
define('APP_NAME', 'app');
define('APP_PATH', './app/');
define('YOUKE_DATA', './data/');
define('EXTEND_PATH', APP_PATH . 'Extend/');
define('CONF_PATH', YOUKE_DATA . 'config/');
define('RUNTIME_PATH', YOUKE_DATA . 'runtime/');
// define('APP_DEBUG', false);
define('APP_DEBUG', true);
require("./framework/run.php");
PHP
1
https://gitee.com/sanool/foodnutrition.git
git@gitee.com:sanool/foodnutrition.git
sanool
foodnutrition
食物营养数据分析
master

搜索帮助

14c37bed 8189591 565d56ea 8189591