Home >Backend Development >PHP Tutorial >php-要在本地调试PHP,不知道限制文件在哪

php-要在本地调试PHP,不知道限制文件在哪

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-02 11:29:20980browse

php调试

//ThinkPHP路径
define('THINK_PATH','./BDP2P/');
//定义项目名称

define('APP_NAME', 'Home');

//定义项目路径

define('APP_PATH', './Home/');
//开启调试模式

define('APP_DEBUG', true);
//站点跟路径
define('HOMEROOTPATH', str_replace("\", '/', dirname(__FILE__)).'/');
// 加载框架入口文件
require( THINK_PATH.'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