162 Commits

Author SHA1 Message Date
thinkphp
94fcd0c484 base文件中增加IS_POST等判断请求类型常量 2013-04-10 15:07:59 +08:00
thinkphp
b282238c7f 还原上次提交 2013-04-02 17:55:19 +08:00
thinkphp
85b90ec882 添加log方法用于记录日志信息 2013-04-02 17:52:39 +08:00
thinkphp
bb8ce3fcf0 _404方法并入E方法,用法:
原 _404('错误信息',$url);
改成 E('错误信息',404,$url);
$url参数如果省略则发送404头信息
2013-04-01 18:18:19 +08:00
thinkphp
7d980d41c7 修正A方法 2013-04-01 15:00:50 +08:00
thinkphp
7890bca611 throw_exception方法简化为E方法
删除redirect方法和N方法
2013-03-31 10:15:32 +08:00
thinkphp
edb1b47a48 取消base文件中的filter_exp函数并入Input类 2013-03-27 12:03:43 +08:00
thinkphp
0e1f77e0fa 增加I方法用于系统变量获取 2013-03-27 11:41:49 +08:00
thinkphp
4b739dabd7 添加应用状态配置文件支持 2013-03-13 17:04:12 +08:00
thinkphp
e43e62197b 修改版本号为4.0beta 2013-03-13 16:58:43 +08:00
thinkphp
ef2cd3baf7 修改import方法 2013-03-13 16:57:50 +08:00
thinkphp
b2b4edaee0 测试 2013-03-13 14:15:52 +08:00