Commit Graph

1615 Commits

Author SHA1 Message Date
thinkphp
f9983b162d helper函数修正 2016-04-19 08:15:42 +08:00
thinkphp
fa66950d5a 改进Build类 2016-04-18 23:01:21 +08:00
thinkphp
6152a41665 Model类添加field方法 用于设置允许写入的字段 改进Query类的field方法 2016-04-18 22:05:48 +08:00
thinkphp
9152c5ec0c 部分助手函数更名 更利于理解 2016-04-18 20:56:58 +08:00
thinkphp
ba0c3de8ba 修正responseTest 2016-04-18 20:28:44 +08:00
thinkphp
2ba7455047 修正response类变量和方法名 2016-04-18 20:24:41 +08:00
thinkphp
cb9bd656fa Merge branch 'master' of https://github.com/top-think/framework 2016-04-18 20:18:55 +08:00
thinkphp
262b333538 修正 2016-04-18 18:11:41 +08:00
thinkphp
da9c1a8a81 修正单元测试 删除controller类show方法 用 display方法替代 2016-04-18 18:08:08 +08:00
thinkphp
2e6ba63ed9 改进where方法传空值 2016-04-18 17:14:22 +08:00
thinkphp
0baf54f7fd viewTest改动 2016-04-18 16:40:29 +08:00
thinkphp
a66842a030 修正 2016-04-18 16:11:52 +08:00
thinkphp
f8eb8952e2 修正单元测试 2016-04-18 15:41:29 +08:00
thinkphp
c2ef6cc883 View类和模板引擎驱动分离调整 模板主题功能取消 2016-04-18 15:32:18 +08:00
thinkphp
455a18e85a 修正Query类的cache方法 2016-04-18 12:11:41 +08:00
thinkphp
2a09d8d8db 修正 2016-04-18 10:58:20 +08:00
thinkphp
289f2e7741 多对多支持中间表获取 2016-04-17 23:38:04 +08:00
thinkphp
3f7113558c 改进多对多关联查询及预载入 2016-04-17 22:34:12 +08:00
thinkphp
14e44291e4 修正Relation 2016-04-17 13:10:47 +08:00
thinkphp
e5e358303b 注释修改 2016-04-17 13:07:00 +08:00
thinkphp
d8ac3574f5 关联模型拆分 2016-04-17 13:03:47 +08:00
thinkphp
2bc267a6aa insert和update方法支持使用field方法过滤写入字段 2016-04-17 09:44:40 +08:00
thinkphp
57f855e01d 修正builder 2016-04-17 09:32:07 +08:00
thinkphp
e82761c582 注释修改 2016-04-16 23:04:02 +08:00
thinkphp
c9e23e61b6 删除Query类的scope方法 2016-04-16 21:51:02 +08:00
thinkphp
1487ee6eac query类查询方法支持闭包 2016-04-16 16:56:42 +08:00
thinkphp
b97df6289e 改进insertall方法 2016-04-16 16:42:10 +08:00
thinkphp
09d5fb734c 修正insertall方法的问题 2016-04-16 16:07:44 +08:00
thinkphp
483c824df9 修正Query类 2016-04-16 15:58:42 +08:00
thinkphp
6fa007dc77 完善数据库类 2016-04-16 15:51:16 +08:00
thinkphp
c62bc8bca2 完善数据库驱动 2016-04-16 15:07:29 +08:00
thinkphp
6aa75b5d8a 改进Connection类 2016-04-16 14:50:48 +08:00
thinkphp
f5ef285cb2 改进数据库类 2016-04-16 14:17:56 +08:00
thinkphp
6886c03657 数据库重构 2016-04-16 11:18:35 +08:00
thinkphp
a20a307e0a 改进Route类 对操作方法前缀的识别 2016-04-15 15:16:44 +08:00
thinkphp
3cef8de911 Route类express方法更名为alias 增加methodPrefix属性 用于设置不同请求类型的操作方法前缀 2016-04-14 19:09:08 +08:00
thinkphp
c44369844a 添加快捷路由支持 2016-04-14 16:08:54 +08:00
thinkphp
7b57db8ab1 删除调试代码 2016-04-13 16:38:10 +08:00
thinkphp
10cee95027 改进单元测试 2016-04-13 16:20:55 +08:00
thinkphp
da90d38b9a 修正关联查询预载入混合使用的问题 对关联查询使用闭包搜索的完善 2016-04-13 16:15:57 +08:00
thinkphp
aa117bd9a0 修正App类的PUT参数获取 2016-04-13 10:16:17 +08:00
thinkphp
aa5d1c817b 注释改进 2016-04-12 23:01:15 +08:00
thinkphp
81a74f90ea 改进with方法 2016-04-12 22:20:55 +08:00
thinkphp
d8e3a35895 改进一堆多关联 2016-04-12 20:46:24 +08:00
thinkphp
3667b2770e Model类兼容php5.4处理 2016-04-12 18:34:44 +08:00
thinkphp
8a564092e4 改进Model预载入的数据判断 2016-04-12 18:26:49 +08:00
thinkphp
b2f0586329 改进Model类 2016-04-12 18:15:32 +08:00
thinkphp
bfa6c185f3 修正Model类关联预载入 2016-04-12 17:38:00 +08:00
thinkphp
f571555320 修正预载入方法 并支持 find和select 2016-04-12 17:17:02 +08:00
thinkphp
c5cf46c392 改进HAS ONE BELONGS_TO 关联预载入查询 2016-04-12 15:24:09 +08:00