Commit Graph

2971 Commits

Author SHA1 Message Date
thinkphp
0fd6dbc80f 改进parseData方法的对象处理参数绑定 2017-03-09 18:03:09 +08:00
thinkphp
b97c0a825e 改进Builder类的parseData方法 2017-03-09 17:38:25 +08:00
thinkphp
f548317eab Merge branch 'master' of https://git.topthink.com/topteam/framework 2017-03-09 13:20:27 +08:00
thinkphp
c0f4d4d8bc model的save方法调整 数据没有更新不执行 2017-03-09 12:46:14 +08:00
cxz
61a9b9843a 修正模板标签默认值某些情况无效bug 2017-03-07 16:53:49 +08:00
ThinkCMF
c5d12b8da0 Update TagLib.php
修改getRegex为 public
2017-03-03 14:01:48 +08:00
yunwuxin
f3c4cf2b25 修正 2017-03-03 12:22:34 +08:00
yunwuxin
ff7c860a62 重载BelongsToMany的selectOrFail findOrFail方法 2017-03-03 12:04:06 +08:00
yunwuxin
14993a7d9c 重载BelongsToMany的select find paginate方法 2017-03-03 11:58:29 +08:00
yunwuxin
0952e9231f 增加Pivot对象parent属性 2017-03-02 16:06:37 +08:00
yunwuxin
6d2541585d 多对多关联设置中间表模型
增加wherePivot方法
2017-03-02 14:16:12 +08:00
thinkphp
7a7ebee5c1 修正 2017-03-02 11:37:13 +08:00
thinkphp
b7eb24749f 修正一处BUG 2017-03-02 11:09:44 +08:00
thinkphp
f19a02a233 优化代码 2017-03-02 08:35:32 +08:00
thinkphp
158f3e5ff0 改进App类 2017-03-01 19:08:04 +08:00
mineyang
9f48080273 去掉多余的use 2017-02-28 10:10:23 +08:00
mineyang
8204ac3d72 修正注释里返回实例名称 2017-02-28 10:03:46 +08:00
thinkphp
16b33bc372 改进Url生成对完整域名的支持 2017-02-25 17:04:01 +08:00
thinkphp
7cb4636b07 Clear指令不删除.gitignore 文件 2017-02-25 16:09:58 +08:00
thinkphp
bcf64f19f4 调整 2017-02-25 10:51:57 +08:00
thinkphp
428a30e296 改进Request类param方法 2017-02-24 14:02:26 +08:00
thinkphp
ddebf78c01 修正别名路由 2017-02-24 13:50:13 +08:00
thinkphp
97ee6c045b 改进Query类的view方法中字段的关键字问题 2017-02-24 13:13:18 +08:00
thinkphp
138f48498e 改进Query类with方法 2017-02-23 18:25:20 +08:00
thinkphp
d85579faf8 改进一对一关联 2017-02-23 17:43:29 +08:00
thinkphp
87c74b3944 改进 2017-02-23 16:39:10 +08:00
thinkphp
4f874c1491 改进Loader类的model/controller/validate方法 2017-02-23 16:35:29 +08:00
thinkphp
c3e45a1a69 改进Request类 2017-02-22 18:21:30 +08:00
thinkphp
e482cbe7e8 改进Request类contentType方法 2017-02-22 11:27:07 +08:00
thinkphp
365b2a36aa 修正update方法 2017-02-20 18:37:38 +08:00
thinkphp
46353f20a0 修正JOIN方式一对一关联预载入闭包查询 2017-02-20 17:43:15 +08:00
thinkphp
dcb46092d1 模型改进 2017-02-20 11:20:18 +08:00
thinkphp
e9dd69953b Merge branch 'master' of https://github.com/top-think/framework 2017-02-18 21:33:34 +08:00
thinkphp
f00825a477 改进软删除 2017-02-18 21:33:00 +08:00
thinkphp
09629cda78 改进类型转换为array的时候输出判断 2017-02-17 13:33:57 +08:00
thinkphp
140a3f82e8 Merge branch 'master' of https://github.com/top-think/framework 2017-02-16 17:56:11 +08:00
thinkphp
56008a2c36 修正Route类parseUrlPath方法 2017-02-16 17:55:42 +08:00
Jim Liu
e8df221a8d 修复 WHERE IN / NOT IN 型查询条件为空导致的 sql 语法错误 2017-02-15 12:22:58 +08:00
thinkphp
855124a514 改进分页类 2017-02-15 08:49:22 +08:00
thinkphp
c917ad1ce9 改进Query类缓存机制 2017-02-14 16:25:33 +08:00
thinkphp
bc1bd1b742 改进Model类delete方法 2017-02-13 19:02:18 +08:00
ThinkPHP
af2b5d474c Merge pull request #471 from mineyang/master
配置参数名只分割为两部分
2017-02-13 15:17:12 +08:00
ThinkPHP
342448dfdd Merge pull request #436 from cnbailian/master
优化Router代码
2017-02-13 15:11:52 +08:00
苗高鹏
21834f797d Merge branch 'master' into bugfix3 2017-02-13 14:53:24 +08:00
mineyang
a414d123f9 配置参数名只分割为两部分 2017-02-13 14:26:30 +08:00
thinkphp
2c0ee2f616 改进软删除 2017-02-09 19:12:45 +08:00
thinkphp
1e1f36eb40 改进Query类缓存更新 修正Connection类一处可能的错误 2017-02-09 17:49:47 +08:00
thinkphp
0d48f4a80c 改进Query类的find方法的缓存机制 2017-02-09 16:28:10 +08:00
thinkphp
532173e010 优化HasOne的has方法 2017-02-09 14:42:39 +08:00
thinkphp
a01c43472d 改进Model类的has和hasWhere方法 2017-02-09 14:26:36 +08:00