<?php define('APP_NAME','Home'); define('APP_DEBUG',TRUE); //开启调试模式 define('APP_PATH','./Home/'); require './ThinkPHP/ThinkPHP.php';?>
?
Home >Backend Development >PHP Tutorial >thinkphp通道口配置
thinkphp入口配置
<?php define('APP_NAME','Home'); define('APP_DEBUG',TRUE); //开启调试模式 define('APP_PATH','./Home/'); require './ThinkPHP/ThinkPHP.php';?>
?