Commit Graph

  • 0ed23d6186 Query类增加failException方法 用于设置查询没有找到数据时候是否抛出异常 thinkphp 2016-04-23 18:16:26 +08:00
  • c772c23cd8 修正 thinkphp 2016-04-23 17:16:57 +08:00
  • dd578f0f71 改进Url类 thinkphp 2016-04-23 17:05:24 +08:00
  • a0406c9057 Merge pull request #35 from chenjxlg/master ThinkPHP 2016-04-23 17:03:22 +08:00
  • c21a1b8b06 修复域名部署情况下,url生成 多出module_name的问题 cjango 2016-04-23 15:32:25 +08:00
  • 670bc43c62 readme修改 thinkphp 2016-04-23 12:53:00 +08:00
  • c3804ffcb3 修正Model类 thinkphp 2016-04-23 12:43:26 +08:00
  • 2fb064cb37 Connection类getAttribute方法 改成 getConfig 增加setConfig方法 Model类类型转换支持格式定义 thinkphp 2016-04-23 11:17:53 +08:00
  • 138dab1e9e 修正写入数据的参数绑定 thinkphp 2016-04-23 09:03:41 +08:00
  • e4eaf89854 修正异常模板可能的一处BUG thinkphp 2016-04-21 23:10:40 +08:00
  • faff79e2ac 改进query类的value和column方法的缓存问题 thinkphp 2016-04-21 18:04:57 +08:00
  • f39c6627da 改进Model类的 has和hasWhere方法 thinkphp 2016-04-21 17:56:20 +08:00
  • b89991dc41 Model类增加has和hasWhere方法用于根据关联表的条件来查询当前模型数据 thinkphp 2016-04-21 14:44:14 +08:00
  • 4602f135f6 改进一对多的预载入 支持传入闭包条件 thinkphp 2016-04-21 12:37:14 +08:00
  • f24bc5289c query类value和column方法支持缓存 thinkphp 2016-04-21 11:32:54 +08:00
  • 1b57af0d3f 修正Relation thinkphp 2016-04-21 11:21:35 +08:00
  • 6aefdd0511 一对多关联查询支持条件搜索 thinkphp 2016-04-21 10:57:20 +08:00
  • a8490a7735 Model类属性tableName改为table Connection类getTableName 更改为 getTable thinkphp 2016-04-20 22:07:31 +08:00
  • a5505c000c 改进Model类的toArray方法 支持关联模型输出数组 thinkphp 2016-04-20 21:33:24 +08:00
  • 87a128f231 改进Query类的order方法 thinkphp 2016-04-20 18:16:55 +08:00
  • 02934b0d27 改进关联模型的关联键值和表名读取 thinkphp 2016-04-20 15:31:25 +08:00
  • b3d592da95 增加多对多的attache和detach方法 可以单独调用 thinkphp 2016-04-20 14:30:09 +08:00
  • 545be5d79b 改进多对多写入 thinkphp 2016-04-20 12:43:33 +08:00
  • 203db9c2a8 改进Relation类支持多对多新增 thinkphp 2016-04-20 12:12:06 +08:00
  • c792be0358 改进Model类的db方法 thinkphp 2016-04-20 10:10:20 +08:00
  • 514dc8c300 改进getData方法支持获取某个字段值 thinkphp 2016-04-20 08:44:01 +08:00
  • d621ad1468 Model类增加getData方法 thinkphp 2016-04-20 08:38:15 +08:00
  • b599829e75 改进Relation类 支持关联的新增 thinkphp 2016-04-20 08:33:23 +08:00
  • dc40fac651 改进Relation类 thinkphp 2016-04-19 23:18:09 +08:00
  • aa585a60b2 Model类field方法更名为allowField,增加saveAll方法批量新增数据 改进一对一的关联新增 thinkphp 2016-04-19 22:16:28 +08:00
  • 1e1d2ab951 修正Query类的builder方法 thinkphp 2016-04-19 17:51:45 +08:00
  • 677a73938c 改进 thinkphp 2016-04-19 17:06:34 +08:00
  • d536451009 Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-04-19 17:01:11 +08:00
  • 114aa0c2bf 改进Model类 thinkphp 2016-04-19 17:00:41 +08:00
  • baebe7a7a2 更正时区 Haotong Lin 2016-04-19 15:05:44 +08:00
  • 01dd8ee074 改进Think驱动类 thinkphp 2016-04-19 13:43:33 +08:00
  • 1f0892f93c 改进chunk方法 支持在调用chunk之前使用连贯操作方法 thinkphp 2016-04-19 13:25:31 +08:00
  • 7d8ea08194 Query类增加chunk方法 分批处理数据 thinkphp 2016-04-19 12:46:24 +08:00
  • 3b9609bf5c 助手函数库注释完善 thinkphp 2016-04-19 10:47:22 +08:00
  • 7482335aea 修正单元测试 thinkphp 2016-04-19 10:09:45 +08:00
  • b874b4d7d8 Php模板引擎默认后缀改为.php thinkphp 2016-04-19 10:05:04 +08:00
  • c6c0554b5d 改进模板文件路径 thinkphp 2016-04-19 10:01:25 +08:00
  • f9983b162d helper函数修正 thinkphp 2016-04-19 08:15:42 +08:00
  • fa66950d5a 改进Build类 thinkphp 2016-04-18 23:01:21 +08:00
  • 6152a41665 Model类添加field方法 用于设置允许写入的字段 改进Query类的field方法 thinkphp 2016-04-18 22:05:48 +08:00
  • 9152c5ec0c 部分助手函数更名 更利于理解 thinkphp 2016-04-18 20:56:58 +08:00
  • ba0c3de8ba 修正responseTest thinkphp 2016-04-18 20:28:44 +08:00
  • 2ba7455047 修正response类变量和方法名 thinkphp 2016-04-18 20:24:41 +08:00
  • cb9bd656fa Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-04-18 20:18:55 +08:00
  • 262b333538 修正 thinkphp 2016-04-18 18:11:41 +08:00
  • da9c1a8a81 修正单元测试 删除controller类show方法 用 display方法替代 thinkphp 2016-04-18 18:08:08 +08:00
  • 2e6ba63ed9 改进where方法传空值 thinkphp 2016-04-18 17:14:22 +08:00
  • 0baf54f7fd viewTest改动 thinkphp 2016-04-18 16:40:29 +08:00
  • a66842a030 修正 thinkphp 2016-04-18 16:11:52 +08:00
  • f8eb8952e2 修正单元测试 thinkphp 2016-04-18 15:41:29 +08:00
  • c2ef6cc883 View类和模板引擎驱动分离调整 模板主题功能取消 thinkphp 2016-04-18 15:32:18 +08:00
  • 455a18e85a 修正Query类的cache方法 thinkphp 2016-04-18 12:11:41 +08:00
  • 2a09d8d8db 修正 thinkphp 2016-04-18 10:58:20 +08:00
  • 289f2e7741 多对多支持中间表获取 thinkphp 2016-04-17 23:38:04 +08:00
  • 3f7113558c 改进多对多关联查询及预载入 thinkphp 2016-04-17 22:34:12 +08:00
  • 14e44291e4 修正Relation thinkphp 2016-04-17 13:10:47 +08:00
  • e5e358303b 注释修改 thinkphp 2016-04-17 13:07:00 +08:00
  • d8ac3574f5 关联模型拆分 thinkphp 2016-04-17 13:03:47 +08:00
  • 2bc267a6aa insert和update方法支持使用field方法过滤写入字段 thinkphp 2016-04-17 09:44:40 +08:00
  • 57f855e01d 修正builder thinkphp 2016-04-17 09:32:07 +08:00
  • e82761c582 注释修改 thinkphp 2016-04-16 23:04:02 +08:00
  • c9e23e61b6 删除Query类的scope方法 thinkphp 2016-04-16 21:51:02 +08:00
  • 1487ee6eac query类查询方法支持闭包 thinkphp 2016-04-16 16:56:42 +08:00
  • b97df6289e 改进insertall方法 thinkphp 2016-04-16 16:42:10 +08:00
  • 09d5fb734c 修正insertall方法的问题 thinkphp 2016-04-16 16:07:44 +08:00
  • 483c824df9 修正Query类 thinkphp 2016-04-16 15:58:42 +08:00
  • 6fa007dc77 完善数据库类 thinkphp 2016-04-16 15:51:16 +08:00
  • c62bc8bca2 完善数据库驱动 thinkphp 2016-04-16 15:07:29 +08:00
  • 6aa75b5d8a 改进Connection类 thinkphp 2016-04-16 14:50:48 +08:00
  • f5ef285cb2 改进数据库类 thinkphp 2016-04-16 14:17:56 +08:00
  • 6886c03657 数据库重构 thinkphp 2016-04-16 11:18:35 +08:00
  • a20a307e0a 改进Route类 对操作方法前缀的识别 thinkphp 2016-04-15 15:16:44 +08:00
  • 3cef8de911 Route类express方法更名为alias 增加methodPrefix属性 用于设置不同请求类型的操作方法前缀 thinkphp 2016-04-14 19:09:08 +08:00
  • c44369844a 添加快捷路由支持 thinkphp 2016-04-14 16:08:54 +08:00
  • 7b57db8ab1 删除调试代码 thinkphp 2016-04-13 16:38:10 +08:00
  • 10cee95027 改进单元测试 thinkphp 2016-04-13 16:20:55 +08:00
  • da90d38b9a 修正关联查询预载入混合使用的问题 对关联查询使用闭包搜索的完善 thinkphp 2016-04-13 16:15:57 +08:00
  • aa117bd9a0 修正App类的PUT参数获取 thinkphp 2016-04-13 10:16:17 +08:00
  • aa5d1c817b 注释改进 thinkphp 2016-04-12 23:01:15 +08:00
  • 81a74f90ea 改进with方法 thinkphp 2016-04-12 22:20:55 +08:00
  • d8e3a35895 改进一堆多关联 thinkphp 2016-04-12 20:46:24 +08:00
  • 3667b2770e Model类兼容php5.4处理 thinkphp 2016-04-12 18:34:44 +08:00
  • 8a564092e4 改进Model预载入的数据判断 thinkphp 2016-04-12 18:26:49 +08:00
  • b2f0586329 改进Model类 thinkphp 2016-04-12 18:15:32 +08:00
  • bfa6c185f3 修正Model类关联预载入 thinkphp 2016-04-12 17:38:00 +08:00
  • f571555320 修正预载入方法 并支持 find和select thinkphp 2016-04-12 17:17:02 +08:00
  • c5cf46c392 改进HAS ONE BELONGS_TO 关联预载入查询 thinkphp 2016-04-12 15:24:09 +08:00
  • 880562b42c 改进预载入查询 thinkphp 2016-04-12 08:33:20 +08:00
  • ec03eda952 修正db类setField方法 thinkphp 2016-04-11 15:16:15 +08:00
  • 7ee775095d 修正Model类的delete方法 thinkphp 2016-04-11 15:14:00 +08:00
  • 4fba18bc6c 改进Model类的destory方法支持 闭包删除 thinkphp 2016-04-11 11:59:15 +08:00
  • e8963c4400 支持关联查询嵌套预载入 thinkphp 2016-04-11 11:29:21 +08:00
  • ce6d3195e6 修正错误 thinkphp 2016-04-11 11:11:00 +08:00
  • 7cfa023b54 改进关联对象赋值 thinkphp 2016-04-11 10:43:18 +08:00
  • fecb446621 改进Model类data方法 thinkphp 2016-04-11 10:33:17 +08:00