Commit Graph

52 Commits

Author SHA1 Message Date
thinkphp
00517f9125 修正Request类的create方法 修正Route类的check方法 2016-06-14 15:33:49 +08:00
thinkphp
e14174fd63 改进Request类和Route类的checkDomain方法 2016-06-13 17:51:21 +08:00
thinkphp
8b0078d936 改进Lang类的detect方法 返回当前语言 取消 LANG_SET 常量 2016-06-13 17:05:50 +08:00
thinkphp
101bfb3f83 改进Request类的create方法 2016-06-13 16:11:42 +08:00
thinkphp
5171ea302d 支持关闭伪静态访问 设置url_html_suffix 为false 2016-06-13 11:37:54 +08:00
thinkphp
451e7f0dda 改进Input类和Request类的session获取 2016-06-07 17:05:01 +08:00
thinkphp
661a470e5d 改进Request类 2016-06-03 10:26:53 +08:00
thinkphp
357d5c0e00 改进Request类 2016-06-01 21:19:07 +08:00
thinkphp
ac0cb9be42 去除 MODULE_NAME CONTROLLER_NAME ACTION_NAME 常量 2016-06-01 18:34:36 +08:00
thinkphp
6248dff43b 改进Request类 2016-05-31 23:01:21 +08:00
thinkphp
d69cd6308d 改进Request类isMobile方法 2016-05-31 22:16:21 +08:00
thinkphp
ead3cdee85 改进Request类 2016-05-31 16:20:27 +08:00
thinkphp
98f89d8f8a 参数调整 2016-05-31 14:12:05 +08:00
thinkphp
a7b2dbe86f 改进Request类method方法 2016-05-31 13:24:02 +08:00
thinkphp
bd17e3008e 改进Request类 2016-05-31 09:09:24 +08:00
thinkphp
4a974f52a9 改进Request类增加agent和isMobile方法 2016-05-30 22:49:15 +08:00
thinkphp
6599c8c758 修正Request类 2016-05-30 22:04:22 +08:00
thinkphp
d5e73c3463 配置参数调整 2016-05-30 21:49:38 +08:00
thinkphp
69fa69dc3b 添加表单请求类型伪装支持 默认变量为 _method 2016-05-30 21:34:48 +08:00
thinkphp
c287745704 由于无法实现 方法的自动提示 Request类静态调用仍然改回动态调用 改进Model类一处关联定义 2016-05-30 12:43:47 +08:00
thinkphp
12f06f2467 改进Request类的isssl方法 2016-05-27 18:58:15 +08:00
thinkphp
d6c74d3081 改进Request类支持静态调用 2016-05-26 13:06:11 +08:00
thinkphp
1a02bb7081 修正Request类的baseUrl方法 修正Hook类的警告错误 2016-05-25 10:29:25 +08:00
thinkphp
a3fae7c6dc 改进Appe类 Request和Route类 2016-05-24 16:35:57 +08:00
thinkphp
38f343f69f 改进Request类的method方法 2016-05-24 11:53:54 +08:00
Moobusy
1f4cb837f0 修正路由无法区分 hello 和 hello/
修正路由无法区分 hello 和  hello/,这应该是两个地址,一个是文件,一个是路径
2016-05-23 18:46:34 +08:00
thinkphp
37525f0a4d 改进Request类 2016-05-22 14:49:45 +08:00
thinkphp
5f053e4aa7 Hook类的行为添加支持 对象和方法 2016-05-20 16:43:34 +08:00
thinkphp
34c80c1116 改进 2016-05-20 16:30:28 +08:00
thinkphp
b67e98ad2b 改进Request类的root方法 2016-05-20 16:28:25 +08:00
thinkphp
1ad2f7af31 改进Request类 2016-05-20 16:14:22 +08:00
thinkphp
92496f65a1 Query类增加getlastsql方法 2016-05-20 14:47:20 +08:00
thinkphp
626d0a2674 改进Request和Url类 去掉base_url配置参数 2016-05-20 14:11:13 +08:00
thinkphp
40d4bfe4da 改进Request类baseUrl和basePath方法 2016-05-19 18:42:20 +08:00
thinkphp
9a8b8d8a8d 改进Request的baseUrl方法 2016-05-19 16:57:05 +08:00
thinkphp
c006e281cb 修正 2016-05-19 16:06:35 +08:00
thinkphp
7eed63c2ee 改进Request类的url相关方法 (仍需完善) 2016-05-19 16:01:47 +08:00
thinkphp
cbc0597470 修正Request类的has方法 2016-05-17 11:54:21 +08:00
thinkphp
df96d049b9 优化Request类的only和except方法 支持字符串传入 2016-05-17 10:23:40 +08:00
thinkphp
5e22d69e13 改进Request类的param方法增加默认值参数 优化except方法 2016-05-17 10:13:14 +08:00
thinkphp
f13596e4f6 改进Request类 增加param has only except方法 去掉 get post delete put方法 2016-05-17 08:25:47 +08:00
thinkphp
199825ec32 改进Response类 支持扩展不同的输出类型 改进Model类 不同的模型采用不同的查询对象实例 修正Request类一处错误 助手函数view改进 直接返回Response类对象实例 2016-05-16 14:18:47 +08:00
thinkphp
03b87a9eb0 改进App类 修正单元测试 2016-05-11 12:45:06 +08:00
thinkphp
79c381353d 注释改进 2016-05-11 12:34:04 +08:00
thinkphp
16355d9aca 修正Request 2016-05-10 10:50:59 +08:00
thinkphp
4a3ddd4353 改进Input类和request类的file方法 2016-05-10 10:49:32 +08:00
thinkphp
c305b11d1b 改进Request类 2016-05-09 23:19:41 +08:00
thinkphp
2862f07ce9 改进Route Response和request类 2016-05-07 22:34:08 +08:00
thinkphp
02e8b2e8d0 Request类增加url方法 Response类增加sendHttpStatus方法 2016-05-07 22:06:17 +08:00
thinkphp
044ef6098c 修正request类dispatch方法bug 2016-05-07 18:33:30 +08:00