thinkphp
|
a8490a7735
|
Model类属性tableName改为table Connection类getTableName 更改为 getTable
|
2016-04-20 22:07:31 +08:00 |
|
thinkphp
|
a5505c000c
|
改进Model类的toArray方法 支持关联模型输出数组
|
2016-04-20 21:33:24 +08:00 |
|
thinkphp
|
02934b0d27
|
改进关联模型的关联键值和表名读取
|
2016-04-20 15:31:25 +08:00 |
|
thinkphp
|
c792be0358
|
改进Model类的db方法
|
2016-04-20 10:10:20 +08:00 |
|
thinkphp
|
514dc8c300
|
改进getData方法支持获取某个字段值
|
2016-04-20 08:44:01 +08:00 |
|
thinkphp
|
d621ad1468
|
Model类增加getData方法
|
2016-04-20 08:38:15 +08:00 |
|
thinkphp
|
b599829e75
|
改进Relation类 支持关联的新增
|
2016-04-20 08:33:23 +08:00 |
|
thinkphp
|
aa585a60b2
|
Model类field方法更名为allowField,增加saveAll方法批量新增数据
改进一对一的关联新增
|
2016-04-19 22:16:28 +08:00 |
|
thinkphp
|
1e1d2ab951
|
修正Query类的builder方法
|
2016-04-19 17:51:45 +08:00 |
|
thinkphp
|
677a73938c
|
改进
|
2016-04-19 17:06:34 +08:00 |
|
thinkphp
|
114aa0c2bf
|
改进Model类
|
2016-04-19 17:00:41 +08:00 |
|
thinkphp
|
6152a41665
|
Model类添加field方法 用于设置允许写入的字段 改进Query类的field方法
|
2016-04-18 22:05:48 +08:00 |
|
thinkphp
|
3f7113558c
|
改进多对多关联查询及预载入
|
2016-04-17 22:34:12 +08:00 |
|
thinkphp
|
e5e358303b
|
注释修改
|
2016-04-17 13:07:00 +08:00 |
|
thinkphp
|
d8ac3574f5
|
关联模型拆分
|
2016-04-17 13:03:47 +08:00 |
|
thinkphp
|
c9e23e61b6
|
删除Query类的scope方法
|
2016-04-16 21:51:02 +08:00 |
|
thinkphp
|
6fa007dc77
|
完善数据库类
|
2016-04-16 15:51:16 +08:00 |
|
thinkphp
|
6886c03657
|
数据库重构
|
2016-04-16 11:18:35 +08:00 |
|
thinkphp
|
da90d38b9a
|
修正关联查询预载入混合使用的问题 对关联查询使用闭包搜索的完善
|
2016-04-13 16:15:57 +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 |
|
thinkphp
|
880562b42c
|
改进预载入查询
|
2016-04-12 08:33:20 +08:00 |
|
thinkphp
|
4fba18bc6c
|
改进Model类的destory方法支持 闭包删除
|
2016-04-11 11:59:15 +08:00 |
|
thinkphp
|
e8963c4400
|
支持关联查询嵌套预载入
|
2016-04-11 11:29:21 +08:00 |
|
thinkphp
|
ce6d3195e6
|
修正错误
|
2016-04-11 11:11:00 +08:00 |
|
thinkphp
|
7cfa023b54
|
改进关联对象赋值
|
2016-04-11 10:43:18 +08:00 |
|
thinkphp
|
fecb446621
|
改进Model类data方法
|
2016-04-11 10:33:17 +08:00 |
|
thinkphp
|
522e6cf8bf
|
改进代码
|
2016-04-10 17:04:15 +08:00 |
|
thinkphp
|
dab21914d8
|
改进Model类的get方法缓存判断
|
2016-04-10 16:40:48 +08:00 |
|
thinkphp
|
e39b72c21c
|
修正driver类 Model类get和all方法支持闭包查询
|
2016-04-10 16:17:06 +08:00 |
|
thinkphp
|
9ac9d43a46
|
Db类增加listen方法 用于监听SQL执行操作 改进Model类事件
|
2016-04-10 14:17:54 +08:00 |
|
thinkphp
|
ecf2bf50e5
|
Model类的create和update静态方法 返回当前模型对象
|
2016-04-10 12:06:18 +08:00 |
|
thinkphp
|
34538c2b02
|
改进关联查询方法relation
|
2016-04-10 11:01:16 +08:00 |
|
thinkphp
|
8b747500b3
|
注释完善
|
2016-04-10 10:37:06 +08:00 |
|
thinkphp
|
6c406e208e
|
Model类支持关联查询预载入功能 增加__toString方法 Db类增加relation和with方法 修正Model一处BUG
|
2016-04-10 10:00:46 +08:00 |
|
thinkphp
|
112a59723e
|
改进scope动态调用
|
2016-04-09 16:13:13 +08:00 |
|
thinkphp
|
e60f497bd6
|
Model类增加getPk方法用于获取主键
|
2016-04-09 15:13:25 +08:00 |
|
thinkphp
|
f68f27e245
|
改进字段的修改器、获取器和自动类型转换的优先级 并且不再同时执行
|
2016-04-09 15:11:29 +08:00 |
|
thinkphp
|
5a70087133
|
model改进
|
2016-04-09 13:13:15 +08:00 |
|
thinkphp
|
7fb2a9e291
|
Model类的before_insert before_update 位置调整
|
2016-04-09 13:05:40 +08:00 |
|
thinkphp
|
2a9f1f0f79
|
Model类增加静态更新方法 update
|
2016-04-09 12:48:56 +08:00 |
|
thinkphp
|
6675a8f4da
|
model类完善scope方法 并支持动态调用 重写driver类的scope方法
|
2016-04-09 12:37:41 +08:00 |
|
thinkphp
|
4183edc3b0
|
Model类完善scope方法
|
2016-04-09 00:18:26 +08:00 |
|