ThinkPHP3.1.3_full已下载
网站根目录下编辑一个入口文件index.php
<?php define(‘APP_NAME‘,‘Index‘); //项目名称 define(‘APP_PATH‘,‘./Index/‘); //项目路径 define(‘APP_DEBUG‘,TRUE); //开启调试模式 include ‘./ThinkPHP/ThinkPHP.php‘; //引入ThinkPHP核心文件 ?>
原文:http://www.cnblogs.com/hellowzd/p/4080080.html