关于开启APP_DEBUGE的问题

浏览:1062 发布日期:2016/01/23 分类:求助交流
我看到手册里说,开启调试模式,在windows平台也会严格区分大小写,可是我测试了,也能运行啊。
我在index.php中 开启debuge define('APP_DEBUGE',True);
在IndexController.class.php zhong 这样定义的名称
class indexController extends Controller {
public function index(){
echo 'hello world2333';
}
}
开头的i小写了,也能运行呢?
最佳答案
评论( 相关
后面还有条评论,点击查看>>