資源簡(jiǎn)介
ThinkPHP5.1開(kāi)發(fā)的狂雨小說(shuō)cms v1.0.6系統(tǒng)源碼
代碼片段和文件信息
namespace?think;
if(version_compare(PHP_VERSION‘5.6.0‘‘<‘))??die(‘PHP版本過(guò)低,最少需要PHP5.6,請(qǐng)升級(jí)PHP版本!‘);
//?定義應(yīng)用目錄
define(‘APP_PATH‘?__DIR__?.?‘/application/‘);
//?加載框架基礎(chǔ)引導(dǎo)文件
require?__DIR__?.?‘/thinkphp/base.php‘;
//?執(zhí)行應(yīng)用并響應(yīng)
if(!is_file(APP_PATH?.?‘install/data/install.lock‘)){
Container::get(‘a(chǎn)pp‘)->path(APP_PATH)->bind(‘install‘)->run()->send();
}else{
Container::get(‘a(chǎn)pp‘)->path(APP_PATH)->run()->send();
}
評(píng)論
共有 條評(píng)論