Commit Graph

1995 Commits

Author SHA1 Message Date
thinkphp
6e11fbc025 App类的run方法参数为可选 2016-05-24 12:40:21 +08:00
thinkphp
165c72e0aa 关联定义支持数据表别名定义 2016-05-24 12:29:51 +08:00
thinkphp
38f343f69f 改进Request类的method方法 2016-05-24 11:53:54 +08:00
thinkphp
118800ed93 改进Query类的view方法 支持数据表定义别名 2016-05-24 11:34:52 +08:00
ThinkPHP
372959c7b1 Merge pull request #86 from Moobusy/master
改进Request类的pathinfo方法
2016-05-24 07:55:18 +08:00
Moobusy
1f4cb837f0 修正路由无法区分 hello 和 hello/
修正路由无法区分 hello 和  hello/,这应该是两个地址,一个是文件,一个是路径
2016-05-23 18:46:34 +08:00
thinkphp
87d544f331 改进Validate类的unique规则 支持验证字段和数据表字段 分开 2016-05-23 18:22:18 +08:00
thinkphp
71d5e668d1 改进where和whereor闭包查询 2016-05-23 18:02:32 +08:00
thinkphp
03f49b8461 改进Relation类 2016-05-23 17:16:43 +08:00
thinkphp
ff30a2133e 改进Model类 2016-05-23 17:10:24 +08:00
thinkphp
61397cb1e4 改进template类对模板文件的解析 2016-05-23 16:41:09 +08:00
thinkphp
ca1764aa00 优化App类 2016-05-23 16:15:24 +08:00
thinkphp
c779219917 修正 2016-05-23 16:13:57 +08:00
thinkphp
c4123537ef 改进Cookie类 2016-05-23 16:03:37 +08:00
thinkphp
9879f9e59e 改进Session类 2016-05-23 15:51:24 +08:00
thinkphp
c50741bfa3 注释完善 2016-05-23 15:29:44 +08:00
thinkphp
1a77246396 异常模板改动 2016-05-23 14:43:05 +08:00
thinkphp
15df0ebf34 注释修正 2016-05-23 14:33:28 +08:00
thinkphp
5d2685cc85 Route注释完善 2016-05-23 12:26:57 +08:00
thinkphp
0556e39164 改进自动时间戳写入 支持单独关闭某个字段 2016-05-23 11:56:39 +08:00
thinkphp
6172303c97 增加 database.auto_timestamp 配置参数用于配置是否需要自动写入时间戳字段 2016-05-23 11:47:33 +08:00
thinkphp
80e87d1d79 改进控制器自动搜索的后缀支持 2016-05-23 10:10:28 +08:00
thinkphp
0717458762 修正Response类send方法 2016-05-23 08:30:17 +08:00
thinkphp
2106cdceaf 改进Response类的send方法 改进Input类的自动转换 2016-05-22 15:38:45 +08:00
thinkphp
37525f0a4d 改进Request类 2016-05-22 14:49:45 +08:00
thinkphp
f4182cf38f 改进Merge的save方法 2016-05-22 13:41:16 +08:00
thinkphp
97acdbe0a5 改进Route类parseRoute方法 2016-05-22 11:59:52 +08:00
thinkphp
990f34c24c 修正Route类一处错误 2016-05-22 11:52:46 +08:00
thinkphp
988671e991 增加controller_auto_search配置参数用于设置URL解析支持自动搜索控制器 改进Route类的parseRoute方法 2016-05-22 11:50:29 +08:00
thinkphp
10d62d854c 去除error_page设置参数 2016-05-21 23:15:49 +08:00
thinkphp
dd8fb56b10 改进视图驱动类 2016-05-21 23:11:21 +08:00
thinkphp
90c5dc79ed 修正Query类的getLastSql方法 2016-05-21 17:25:53 +08:00
thinkphp
60f6d10e16 完善Error类 2016-05-21 17:16:02 +08:00
thinkphp
744cdaebff 取消 url_module_map 配置参数 改进Redis session驱动 2016-05-21 15:21:12 +08:00
thinkphp
3bcb764973 修正Builder类的selectinsert方法 2016-05-21 14:42:37 +08:00
thinkphp
f3aceca2b0 改进Query类的field方法 2016-05-21 11:38:18 +08:00
thinkphp
25981119ad Query类的view方法field参数支持字符串 2016-05-21 10:24:08 +08:00
thinkphp
2005296267 修正File类 2016-05-21 09:26:56 +08:00
thinkphp
e1abc0844b 改进Builder类对field字符串的空格支持 2016-05-20 23:53:23 +08:00
thinkphp
f7e26259d0 Query类增加view方法用于视图查询 2016-05-20 23:30:26 +08:00
thinkphp
e6d8a22c3b 改进Route类 2016-05-20 21:44:40 +08:00
thinkphp
b289af3070 改进Relation类 2016-05-20 21:19:24 +08:00
thinkphp
277e253e44 修正Route类一处BUG 2016-05-20 19:13:11 +08:00
thinkphp
26270b2ca9 改进Route类,支持分组名使用变量 2016-05-20 18:03:36 +08:00
thinkphp
36a3bdc875 改进Hook类的日志记录 2016-05-20 17:13:27 +08:00
thinkphp
a24a2155eb 修正Hook类 改进Template对于布局的处理 2016-05-20 16:59:26 +08:00
thinkphp
d9416c7e2d 修正 2016-05-20 16:49:28 +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