This website requires JavaScript.
Explore
Help
Register
Sign In
mirror-fastadminnet
/
framework
Watch
1
Star
0
Fork
0
You've already forked framework
mirror of
https://gitee.com/fastadminnet/framework.git
synced
2026-07-02 05:02:48 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0ae0301ebbfe7a528c00a7edd17ebe4978655e0e
framework
/
library
/
think
/
response
History
thinkphp
a25b16b0cf
Session类增加flash方法用于设置下一次请求有效的值 flush方法用于清空当前请求有效的值 增加push方法
...
Redirect response类的with方法改为调用session类的flash方法
2016-10-19 15:16:31 +08:00
..
Json.php
修正json_encode时 "Failed calling XXX::jsonSerialize()" 的异常
2016-10-17 17:52:09 +08:00
Jsonp.php
修正json_encode时 "Failed calling XXX::jsonSerialize()" 的异常
2016-10-17 17:52:09 +08:00
Redirect.php
Session类增加flash方法用于设置下一次请求有效的值 flush方法用于清空当前请求有效的值 增加push方法
2016-10-19 15:16:31 +08:00
View.php
view助手函数增加replace参数 取消ViewResponse类的vars方法 使用assign方法替代
2016-07-20 12:20:38 +08:00
Xml.php
增加think\response\Xml 类和xml助手函数
2016-05-16 22:08:06 +08:00