Commit Graph

36 Commits

Author SHA1 Message Date
thinkphp
fd8ccb9a2d 改进Builder类parseDatetime方法 2016-07-15 17:09:52 +08:00
thinkphp
a01304dd48 日期时间查询改进 增加 >= 和 <= 查询 Query类增加setFieldType方法 设置当前字段类型 2016-07-13 16:50:34 +08:00
thinkphp
802ead16a8 修正几处BUG 2016-06-28 17:05:47 +08:00
thinkphp
b4a1905200 改进Builder类的insertall方法 2016-06-21 13:54:55 +08:00
thinkphp
a032828d5c 注释规范 2016-06-20 17:34:54 +08:00
thinkphp
50d1798e92 改进Handle类支持异常的多语言 Lang类增加has方法 增加核心中文语言包 2016-06-16 16:07:44 +08:00
thinkphp
f005b77a8f 改进Builder类 2016-06-15 18:08:38 +08:00
thinkphp
cabf5c4fdf 改进Connection类的getResult方法 改进App类的run方法返回值 Builder类的parseValue方法增加field参数 2016-06-15 15:45:42 +08:00
thinkphp
b15f411ae3 改进Builder类 2016-06-14 14:46:43 +08:00
thinkphp
fbb792eb2e 改进Builder类的时间日期查询 2016-06-14 10:32:13 +08:00
thinkphp
a9cfe2a801 增加日期和时间查询方法 datetime 2016-06-13 16:27:59 +08:00
thinkphp
12196d21b8 取消 CONTROLLER_LAYER MODEL_LAYER VIEW_LAYER VALIDATE_LAYER 常量 增加url_controller_layer 配置参数 2016-06-01 16:34:24 +08:00
thinkphp
c6595f23aa Connection类的parseSqlTable方法移动到Query类 2016-06-01 12:42:51 +08:00
thinkphp
4d00aa539f 注释改进 增加Json配置驱动 2016-06-01 12:27:28 +08:00
thinkphp
309c79f8c0 改进Builder类的insertAll方法 过滤非标量数据 2016-05-30 11:31:16 +08:00
thinkphp
71d5e668d1 改进where和whereor闭包查询 2016-05-23 18:02:32 +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
e1abc0844b 改进Builder类对field字符串的空格支持 2016-05-20 23:53:23 +08:00
thinkphp
d8214cca48 改进Connection类的connect方法 2016-04-28 17:18:09 +08:00
thinkphp
7050d8b630 完善Builder类 2016-04-28 15:28:26 +08:00
thinkphp
810a88a48e 改进where方法的原生sql条件 并且支持参数绑定 2016-04-28 14:19:55 +08:00
thinkphp
43fb7cc445 改进Query类和Build类 改进查询语法 2016-04-28 14:06:06 +08:00
thinkphp
67c47dd526 改进对Page的解析位置 2016-04-26 08:25:31 +08:00
thinkphp
a9577009f8 改进Model类和Query类 name方法纳入链式操作 查询完成后释放 原来Connection类的getTableInfo方法移入 Query类 2016-04-25 13:35:46 +08:00
thinkphp
0ed23d6186 Query类增加failException方法 用于设置查询没有找到数据时候是否抛出异常 2016-04-23 18:16:26 +08:00
thinkphp
2fb064cb37 Connection类getAttribute方法 改成 getConfig 增加setConfig方法 Model类类型转换支持格式定义 2016-04-23 11:17:53 +08:00
thinkphp
138dab1e9e 修正写入数据的参数绑定 2016-04-23 09:03:41 +08:00
thinkphp
1e1d2ab951 修正Query类的builder方法 2016-04-19 17:51:45 +08:00
thinkphp
2a09d8d8db 修正 2016-04-18 10:58:20 +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
b97df6289e 改进insertall方法 2016-04-16 16:42:10 +08:00
thinkphp
09d5fb734c 修正insertall方法的问题 2016-04-16 16:07:44 +08:00
thinkphp
f5ef285cb2 改进数据库类 2016-04-16 14:17:56 +08:00
thinkphp
6886c03657 数据库重构 2016-04-16 11:18:35 +08:00