Commit Graph

28 Commits

Author SHA1 Message Date
thinkphp
282d04e4af 更新说明 2018-01-01 20:19:18 +08:00
thinkphp
dfdef9a443 改进xmlresponse 2017-07-18 16:18:45 +08:00
thinkphp
37527368b4 改进 2017-07-07 11:35:47 +08:00
thinkphp
4f92dbc170 改进Url生成 2017-07-07 11:31:54 +08:00
thinkphp
b50084099b 改进 2017-06-14 16:21:41 +08:00
thinkphp
274666f7c5 改进redirect 2017-06-14 16:16:18 +08:00
thinkphp
d6b9e2f628 2017更新 2017-01-01 13:00:23 +08:00
云无心
bd6700acde 修正 2016-11-28 16:51:53 +08:00
云无心
4aee4e3784 增加Redirect restore、restore返回值 2016-11-28 16:50:34 +08:00
thinkphp
a25b16b0cf Session类增加flash方法用于设置下一次请求有效的值 flush方法用于清空当前请求有效的值 增加push方法
Redirect response类的with方法改为调用session类的flash方法
2016-10-19 15:16:31 +08:00
yunwuxin
bb9e33e9a5 修正json_encode时 "Failed calling XXX::jsonSerialize()" 的异常 2016-10-17 17:52:09 +08:00
thinkphp
9485a735e6 改进重定向的地址生成 2016-09-26 11:33:47 +08:00
thinkphp
eaeb01bc72 改进redirct的url地址解析 2016-09-23 14:26:34 +08:00
thinkphp
7dd8e54476 redirect response类 with方法修正 2016-09-14 15:42:06 +08:00
thinkphp
79bdc2fd9a 修正EXP查询的参数绑定 2016-09-13 17:17:01 +08:00
thinkphp
ab5dfcf111 view助手函数增加replace参数 取消ViewResponse类的vars方法 使用assign方法替代 2016-07-20 12:20:38 +08:00
yunwuxin
371ecbc57a json输出时数据编码失败后抛出异常 2016-07-14 15:55:09 +08:00
xiaobo.sun
02b3d6fa0e Update Jsonp.php (#185)
当url_common_param为false时是无法获取到$_GET的数据的,故使用Request来获取
2016-06-30 03:30:51 -05:00
yunwuxin
91ab9dfde0 改进Response类 2016-06-21 12:09:39 +08:00
thinkphp
af648cfa8d ViewResponse类增加getVars方法 2016-06-14 11:49:07 +08:00
yunwuxin
19cc11c59e Redirect增加获取跳转地址的方法 2016-06-13 17:05:37 +08:00
yunwuxin
132a02ba36 增加记忆跳转 2016-05-17 12:17:46 +08:00
thinkphp
92d999b484 response类增加create方法 改进think\response\redirect类 改进助手函数和traits\controller\Jump 2016-05-17 11:17:24 +08:00
thinkphp
9074c8a532 增加think\response\Xml 类和xml助手函数 2016-05-16 22:08:06 +08:00
thinkphp
c7c94258d0 改进Response类 增加think\response\View类 用于渲染模板响应输出 2016-05-16 18:10:46 +08:00
thinkphp
a4a14b3bf1 修正Query类 改进Response类 改进异常输出 2016-05-16 16:39:17 +08:00
thinkphp
30a6bd7e8a 改进Response类 改进view助手函数 增加 think\response\Html 类 2016-05-16 15:16:47 +08:00
thinkphp
199825ec32 改进Response类 支持扩展不同的输出类型 改进Model类 不同的模型采用不同的查询对象实例 修正Request类一处错误 助手函数view改进 直接返回Response类对象实例 2016-05-16 14:18:47 +08:00