Commit Graph

2791 Commits

Author SHA1 Message Date
thinkphp
8985a41c32 like查询条件支持数组 2017-01-04 16:50:42 +08:00
thinkphp
8f39a8ef7c 自动时间字段(create_time 和 update_time)的获取自动使用时间格式化 2017-01-04 12:41:13 +08:00
thinkphp
5b97e178fa Validate类的confirm验证改为恒等判断 2017-01-04 11:00:35 +08:00
thinkphp
7fa018ca0c 改进Mysql驱动的getFields方法 2017-01-03 14:37:41 +08:00
thinkphp
c659275872 改进Query类的data的多次设置 inc 和dec方法 支持批量设置 2017-01-03 13:59:31 +08:00
thinkphp
917bba151e 改进Route类的后缀检测 2017-01-03 12:04:00 +08:00
thinkphp
24c928f3e2 Query类增加data inc dec exp方法用于快捷设置数据 insert和update方法参数可以为空 读取data设置数据 2017-01-03 08:16:44 +08:00
thinkphp
0e3bfbe06c 优化Connection的查询 2017-01-02 20:39:20 +08:00
thinkphp
d6b9e2f628 2017更新 2017-01-01 13:00:23 +08:00
thinkphp
e7895d2593 修正Request类contentType方法 2016-12-29 22:33:25 +08:00
thinkphp
465b2326a3 改进Route的后缀限制条件检测 2016-12-29 18:07:29 +08:00
thinkphp
dd384422a7 改进 2016-12-29 12:05:58 +08:00
thinkphp
c4686695bc 改进Request类的input和post方法对json格式参数的接收 2016-12-29 10:18:10 +08:00
thinkphp
e4c0e406cf exp查询支持传入绑定参数 2016-12-28 17:52:38 +08:00
thinkphp
293dce8639 改进 2016-12-28 14:58:43 +08:00
thinkphp
28844c12b0 改进关联属性的获取 2016-12-28 14:21:19 +08:00
thinkphp
b0237b766d 改进关联定义中包含查询条件后重复执行的问题 2016-12-28 11:37:50 +08:00
thinkphp
d409477b42 改进参数绑定支持中文字段自动绑定 2016-12-27 15:49:01 +08:00
thinkphp
d89fb4bd0a 改进Builder类的insertall方法 增加对null和对象数据的处理 2016-12-27 13:43:31 +08:00
thinkphp
7a26126a9b 改进参数绑定类型 支持bit类型自动绑定 2016-12-27 10:23:22 +08:00
thinkphp
c20c27bcb8 Connection类model方法更改为getQuery 2016-12-27 08:15:57 +08:00
thinkphp
0fd7259679 修正 2016-12-26 23:06:20 +08:00
thinkphp
7bb3e5561c 优化Connection类__call方法 2016-12-26 22:55:38 +08:00
thinkphp
5128ad407b withCount方法的第二个参数默认为true 2016-12-26 15:58:16 +08:00
thinkphp
a74b842d71 改进关联统计 2016-12-26 15:52:53 +08:00
thinkphp
bfcc08cdeb 修正Model类一处错误 2016-12-26 12:28:03 +08:00
thinkphp
1788025df7 Cache类注释调整 2016-12-25 09:28:45 +08:00
thinkphp
463cdcf874 配置文件调整 2016-12-24 22:10:30 +08:00
ThinkPHP
3363dd6226 Apply fixes from StyleCI 2016-12-24 13:46:11 +00:00
thinkphp
18f8ee155d 规范代码 2016-12-24 21:44:12 +08:00
thinkphp
43b364e286 规范代码 2016-12-24 21:37:05 +08:00
thinkphp
7625aa9321 修正Url类build方法定义路由别名后的BUG 2016-12-24 20:23:15 +08:00
thinkphp
5fe605705d 改进 2016-12-24 09:39:40 +08:00
thinkphp
822359cfbc 改进loader类action的参数污染问题 2016-12-24 09:22:05 +08:00
thinkphp
d1637a9e51 Route类的rest方法支持覆盖定义 2016-12-24 09:12:55 +08:00
thinkphp
c8712192be 改进Request类的domain方法 2016-12-23 15:36:22 +08:00
thinkphp
2c03514d98 Query类的order方法支持多次调用合并 2016-12-23 14:47:28 +08:00
thinkphp
c33cc2991b 增加时间戳自动写入的判断 2016-12-23 11:37:34 +08:00
thinkphp
44402ae1a3 改进Model类writeTransform方法 2016-12-23 11:30:48 +08:00
thinkphp
0210d3a1fb 优化 2016-12-23 11:17:34 +08:00
thinkphp
d07c5eff83 改进Model的时间戳字段写入和读取 2016-12-23 10:56:37 +08:00
thinkphp
c47621294a Merge branch 'master' of https://github.com/top-think/framework 2016-12-23 10:53:39 +08:00
thinkphp
a996640c7e 写入数据为对象的时候检测是否有__toString方法 2016-12-23 10:23:54 +08:00
thinkphp
4b6a39f6d3 修正 2016-12-22 23:57:47 +08:00
thinkphp
6433f8fdca 改进 2016-12-22 23:40:15 +08:00
thinkphp
35d2c6552c 修正Route类一处错误 2016-12-22 18:17:09 +08:00
thinkphp
340abd05e5 改进BelongsToMany类的saveall方法 增加第三个参数 用于指定额外参数是否一致 2016-12-22 18:12:33 +08:00
thinkphp
c2fff2b45d BelongsToMany类的attach方法改进 支持批量写入 2016-12-22 18:06:01 +08:00
thinkphp
3a78c93d11 改进Route类setRule方法 修正BelongsToMany类的attach方法 2016-12-22 17:55:35 +08:00
thinkphp
6eedbc5a0a Model类的autoWriteTimestamp属性和类型转化类型支持设置为类名
dateFormat属性支持在数据库配置中设置datetime_format参数
2016-12-22 17:37:52 +08:00