TP3.1.3打开debug在phpDesigner 8的RUN模式下报错

浏览:992 发布日期:2013/08/30 分类:求助交流
phpDesigner 8软件有三种模式:debug、RUN、localhost。按照视频教程做个小实验:index.php<?php
    define('APP_NAME','Index');
    define('APP_PATH','./Home/'); 
    define('APP_DEBUG',TRUE);
    include './ThinkPHP/ThinkPHP.PHP';
?>
localhost模式下正常,就是在RUN报错。
最佳答案
评论( 相关
后面还有条评论,点击查看>>