Commit Graph

  • da2421113b 变量名调整 thinkphp 2017-01-18 22:01:28 +08:00
  • cffb772743 改进 thinkphp 2017-01-18 13:58:27 +08:00
  • 4a7e4d5d28 一对一预载入 In查询方式兼容withField方法 thinkphp 2017-01-18 13:56:41 +08:00
  • 4c2665b9f9 一对一预载入查询默认改为IN查询方式 thinkphp 2017-01-18 13:49:50 +08:00
  • be6d528f68 collection助手函数返回think\Collection对象 thinkphp 2017-01-18 10:25:10 +08:00
  • a1cb6ea4ca 修正一处变量错误 thinkphp 2017-01-17 13:45:51 +08:00
  • fea1b59582 改进cookie助手函数 thinkphp 2017-01-17 11:42:12 +08:00
  • a3fd00eb35 修正一处错误 thinkphp 2017-01-17 10:55:26 +08:00
  • ed3becf64f 改进HasMany和OneToOne thinkphp 2017-01-17 10:53:14 +08:00
  • ebfcbac863 改进Model类 thinkphp 2017-01-17 08:19:20 +08:00
  • 8b962ae5c5 一对一关联类调整 thinkphp 2017-01-16 23:09:26 +08:00
  • d68115c946 增加collection助手函数 快速转换数组为数据集对象 thinkphp 2017-01-16 23:03:23 +08:00
  • 1568af03d8 取消关联类无效的alias参数 仅morphTo关联保留 用于设置多态别名 thinkphp 2017-01-16 23:03:12 +08:00
  • 908de8f4ee Merge branch 'master' of https://github.com/top-think/framework thinkphp 2017-01-16 17:37:04 +08:00
  • ff4be602c0 调整HasMany类的has和hasWhere方法,取消第一个参数 thinkphp 2017-01-16 17:36:15 +08:00
  • 0877798447 修正cx标签 yunwuxin 2017-01-16 17:29:07 +08:00
  • 04c81ca6b5 改进Model类的has方法第二个参数支持使用数组或者闭包进行自定义条件查询 thinkphp 2017-01-16 17:03:53 +08:00
  • 2db77f1aad 改进关联嵌套 thinkphp 2017-01-16 15:55:05 +08:00
  • 47a869f3af Query类relation支持嵌套关联 thinkphp 2017-01-16 15:52:21 +08:00
  • 00136a3f4b 注释调整 yunwuxin 2017-01-16 15:17:50 +08:00
  • b4290f0d01 完善分页 yunwuxin 2017-01-16 14:41:39 +08:00
  • 771c0a90be 调整 thinkphp 2017-01-16 11:34:53 +08:00
  • f923c9dba5 独立出think\model\Collection类 用于模型数据集 thinkphp 2017-01-16 11:16:15 +08:00
  • f49ebcdc1d 命名规范调整loadRelation => load_relation thinkphp 2017-01-16 11:02:49 +08:00
  • 0c528dcd7a Merge pull request #446 from top-think/analysis-XVDRn3 ThinkPHP 2017-01-15 20:52:24 -06:00
  • 0055484752 Apply fixes from StyleCI ThinkPHP 2017-01-16 02:31:28 +00:00
  • d5d5314f2e Query类的relation方法和with方法一样支持使用闭包进行自定义关联查询 thinkphp 2017-01-16 10:31:03 +08:00
  • ba7232b678 增加laodRelation助手函数 用于数据集的延迟预载入关联查询 thinkphp 2017-01-15 18:50:51 +08:00
  • 5c5e720b85 Merge branch 'master' of https://github.com/top-think/framework thinkphp 2017-01-15 10:39:36 +08:00
  • 84a832b3ec 增加关联延迟预载入(仅针对数据集对象) thinkphp 2017-01-14 10:46:21 +08:00
  • 1e8e169b0a 改进where方法的相同字段多次查询 thinkphp 2017-01-13 17:53:11 +08:00
  • f37a5e8f55 改进Query类的whereTime方法支持更多的时间日期表达式(默认查询条件为大于指定时间表达式) thinkphp 2017-01-12 17:07:40 +08:00
  • 508ff846c3 取消min max sum avg方法的参数默认值 thinkphp 2017-01-12 16:03:19 +08:00
  • bd007e81e9 Query类增加getPdo thinkphp 2017-01-12 14:47:20 +08:00
  • f2a82bcf82 改进today的日期查询 thinkphp 2017-01-12 13:53:09 +08:00
  • 28747aa5dc 改进Validate类的错误信息处理 thinkphp 2017-01-12 13:29:46 +08:00
  • b54442a42f 改进单个字段多次Or查询情况的查询 thinkphp 2017-01-12 12:43:58 +08:00
  • b47fe5553b 修正null查询的条件合并 thinkphp 2017-01-12 12:17:53 +08:00
  • 1ab44ff8e7 改进 thinkphp 2017-01-12 11:45:55 +08:00
  • 5b5e7373e7 改进Query类条件查询一处问题 thinkphp 2017-01-12 10:45:21 +08:00
  • 74a5101c9a Merge branch 'master' of https://github.com/top-think/framework thinkphp 2017-01-11 22:35:25 +08:00
  • 48064414c4 改进Query类paginate方法第一个参数可以使用数组参数 thinkphp 2017-01-11 22:35:02 +08:00
  • 7ab6b6e04b 增加快捷查询方法 thinkphp 2017-01-11 18:17:32 +08:00
  • 4cb2428df4 fetchPdo方法调整 thinkphp 2017-01-11 16:01:48 +08:00
  • 5c4df0ce08 修改架构函数为 构造方法 hooklife 2017-01-10 15:48:42 +08:00
  • c7a7c1a138 Route增加option参数,效果为选择所在模块 cnbailian 2017-01-10 15:25:56 +08:00
  • 390077500d 优化Router代码 顺便问一下,url中静态变量是不是在没有设置merge_extra_vars时应该不可用,路由应该判断为错误 cnbailian 2017-01-10 11:07:01 +08:00
  • 214ed4976c Merge branch 'master' of https://github.com/top-think/framework thinkphp 2017-01-10 10:35:35 +08:00
  • 49108300c9 改进对存储过程调用的支持 改进getRealSql的调用机制 改进数据表字段使用中划线的参数绑定支持 thinkphp 2017-01-10 10:31:22 +08:00
  • 663d9e7a1e 修正PHPDoc错误 hooklife 2017-01-09 17:55:25 +08:00
  • 22cf6f3318 mobile friendly debug view Weijing Jay Lin 2017-01-09 00:59:33 -08:00
  • 7cb833ae45 Revert "修正单元测试" thinkphp 2017-01-06 17:36:36 +08:00
  • 31ca473866 Revert "改进模板引擎的empty标签" thinkphp 2017-01-06 17:22:22 +08:00
  • ba7ca1d562 修正 thinkphp 2017-01-06 16:17:35 +08:00
  • fd2546730b 数据库配置参数增加result_type 用于设置数据返回类型 方法参数名称调整 thinkphp 2017-01-06 16:12:27 +08:00
  • 4e662949fa Merge pull request #426 from kukj/patch-2 ThinkPHP 2017-01-06 01:58:05 -06:00
  • 4afee9c8b8 Update BelongsToMany.php 悠悠山雨 2017-01-06 15:10:59 +08:00
  • 418c029f89 Merge pull request #425 from birdy0815/patch-2 ThinkPHP 2017-01-06 00:32:54 -06:00
  • d81a52f8d2 Session类增加安全选项 thinkphp 2017-01-06 14:14:21 +08:00
  • 07fe0e0ae7 可以允许自定义Output的driver,以适应命令行模式下调用其它命令行指令 birdy0815 2017-01-06 14:02:36 +08:00
  • 883574dea2 改进自动时间字段的输出 thinkphp 2017-01-05 15:43:37 +08:00
  • 8f5fbe2e9f 继续 thinkphp 2017-01-04 22:11:30 +08:00
  • 3275b70156 修正单元测试 thinkphp 2017-01-04 22:06:55 +08:00
  • aecd3524a9 改进模板引擎的empty标签 thinkphp 2017-01-04 21:46:02 +08:00
  • 8985a41c32 like查询条件支持数组 thinkphp 2017-01-04 16:50:42 +08:00
  • 8f39a8ef7c 自动时间字段(create_time 和 update_time)的获取自动使用时间格式化 thinkphp 2017-01-04 12:41:13 +08:00
  • 5b97e178fa Validate类的confirm验证改为恒等判断 thinkphp 2017-01-04 11:00:35 +08:00
  • 7fa018ca0c 改进Mysql驱动的getFields方法 thinkphp 2017-01-03 14:37:41 +08:00
  • c659275872 改进Query类的data的多次设置 inc 和dec方法 支持批量设置 thinkphp 2017-01-03 13:59:31 +08:00
  • c27baa4b08 修正单元测试 thinkphp 2017-01-03 12:09:59 +08:00
  • 917bba151e 改进Route类的后缀检测 thinkphp 2017-01-03 12:04:00 +08:00
  • 24c928f3e2 Query类增加data inc dec exp方法用于快捷设置数据 insert和update方法参数可以为空 读取data设置数据 thinkphp 2017-01-03 08:16:44 +08:00
  • 0e3bfbe06c 优化Connection的查询 thinkphp 2017-01-02 20:39:20 +08:00
  • d6b9e2f628 2017更新 thinkphp 2017-01-01 13:00:23 +08:00
  • e7895d2593 修正Request类contentType方法 thinkphp 2016-12-29 22:33:25 +08:00
  • 465b2326a3 改进Route的后缀限制条件检测 thinkphp 2016-12-29 18:07:29 +08:00
  • dd384422a7 改进 thinkphp 2016-12-29 12:05:58 +08:00
  • c4686695bc 改进Request类的input和post方法对json格式参数的接收 thinkphp 2016-12-29 10:18:10 +08:00
  • e4c0e406cf exp查询支持传入绑定参数 thinkphp 2016-12-28 17:52:38 +08:00
  • 293dce8639 改进 thinkphp 2016-12-28 14:58:43 +08:00
  • 28844c12b0 改进关联属性的获取 thinkphp 2016-12-28 14:21:19 +08:00
  • b0237b766d 改进关联定义中包含查询条件后重复执行的问题 thinkphp 2016-12-28 11:37:50 +08:00
  • d409477b42 改进参数绑定支持中文字段自动绑定 thinkphp 2016-12-27 15:49:01 +08:00
  • d89fb4bd0a 改进Builder类的insertall方法 增加对null和对象数据的处理 thinkphp 2016-12-27 13:43:31 +08:00
  • 7a26126a9b 改进参数绑定类型 支持bit类型自动绑定 thinkphp 2016-12-27 10:23:22 +08:00
  • c20c27bcb8 Connection类model方法更改为getQuery thinkphp 2016-12-27 08:15:57 +08:00
  • 0fd7259679 修正 thinkphp 2016-12-26 23:06:20 +08:00
  • 7bb3e5561c 优化Connection类__call方法 thinkphp 2016-12-26 22:55:38 +08:00
  • 5128ad407b withCount方法的第二个参数默认为true thinkphp 2016-12-26 15:58:16 +08:00
  • a74b842d71 改进关联统计 thinkphp 2016-12-26 15:52:53 +08:00
  • bfcc08cdeb 修正Model类一处错误 thinkphp 2016-12-26 12:28:03 +08:00
  • 2e51ccbc5e 添加 StyleCI 状态标 7IN0SAN9 2016-12-25 15:38:41 +08:00
  • 1788025df7 Cache类注释调整 thinkphp 2016-12-25 09:28:45 +08:00
  • 463cdcf874 配置文件调整 thinkphp 2016-12-24 22:10:30 +08:00
  • 21ae9fbb13 Merge pull request #414 from top-think/analysis-q5kY3W ThinkPHP 2016-12-24 21:49:06 +08:00
  • 3363dd6226 Apply fixes from StyleCI ThinkPHP 2016-12-24 13:46:11 +00:00
  • 18f8ee155d 规范代码 thinkphp 2016-12-24 21:44:12 +08:00
  • 43b364e286 规范代码 thinkphp 2016-12-24 21:37:05 +08:00
  • 81bde424be Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-12-24 20:24:06 +08:00
  • 7625aa9321 修正Url类build方法定义路由别名后的BUG thinkphp 2016-12-24 20:23:15 +08:00