14 Star 30 Fork 10

川海软件 / ChuanHaiShop-php-yaf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
cmd.php 292 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
川海软件 提交于 2017-08-24 16:50 . main
<?php
if (substr(php_sapi_name(), 0, 3) !== 'cli')
{
die("This Programe can only be run in CLI mode");
}
define('APP_PATH', __DIR__.'/protected');
$app = new \Yaf\Application(APP_PATH . "/config/application.ini");
$app->bootstrap()->getDispatcher()->dispatch(new \Yaf\Request\Simple());
PHP
1
https://gitee.com/276556803/ChuanHaiShop-php-yaf.git
git@gitee.com:276556803/ChuanHaiShop-php-yaf.git
276556803
ChuanHaiShop-php-yaf
ChuanHaiShop-php-yaf
master

搜索帮助

14c37bed 8189591 565d56ea 8189591