Home >Backend Development >PHP Tutorial >thinkphp通道口配置

thinkphp通道口配置

WBOY
WBOYOriginal
2016-06-13 11:28:16962browse

thinkphp入口配置

<?php define('APP_NAME','Home');	define('APP_DEBUG',TRUE); //开启调试模式	define('APP_PATH','./Home/');	require './ThinkPHP/ThinkPHP.php';?>

?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn