Commit Graph

  • 5afe5bdc13 Merge branch 'master' of https://github.com/top-think/framework 尘缘 2016-05-06 17:28:57 +08:00
  • e2828d3ff6 redisd驱动优化,添加handler方法,暴露对象以调用高级方法 尘缘 2016-05-06 17:28:34 +08:00
  • 63fde0a6fc redis驱动添加handler方法,暴露对象以调用高级方法 尘缘 2016-05-06 17:20:48 +08:00
  • 2a42932f12 Relation类调整 thinkphp 2016-05-06 16:23:43 +08:00
  • b8e5437f1c Relation类save方法支持传入模型对象 thinkphp 2016-05-06 16:23:13 +08:00
  • 336b0908a6 Merge branch 'master' of https://github.com/top-think/framework 尘缘 2016-05-06 16:03:42 +08:00
  • e71a864915 支持单独启用控制器类的类名后缀 CLASS_APPEND_SUFFIX 作为全局开关 thinkphp 2016-05-05 18:46:54 +08:00
  • 28a88d9937 改进Query类的column对没有查询到数据的处理 thinkphp 2016-05-05 17:30:29 +08:00
  • 4e65e7f470 Merge branch 'master' of https://github.com/top-think/framework 尘缘 2016-05-05 16:51:00 +08:00
  • b6072ebe48 修正Cache类 thinkphp 2016-05-05 16:46:03 +08:00
  • a134da6563 改进redisd驱动 thinkphp 2016-05-05 16:40:02 +08:00
  • c22b26026e Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-05-05 16:37:31 +08:00
  • 2aafd538d2 单元测试调整 thinkphp 2016-05-05 16:35:05 +08:00
  • 855c2c75da 改进Cache类 及 驱动 改进Connection类及驱动 thinkphp 2016-05-05 16:32:47 +08:00
  • fb1f35fe3c redis testcase 添加数组的检查 尘缘 2016-05-05 15:58:03 +08:00
  • 3570ce0d23 Merge pull request #53 from vus520/master ThinkPHP 2016-05-05 13:27:21 +08:00
  • fd5447fc4f 修正Validate类的require规则 thinkphp 2016-05-05 13:17:55 +08:00
  • f7a63cbd9f relation类delete方法删除 (因为影响模型删除事件) thinkphp 2016-05-05 13:13:21 +08:00
  • b5beaeded3 改进Model类支持 按照查询条件 更新 thinkphp 2016-05-05 12:34:39 +08:00
  • 239f8aa52f 添加Redisd驱动及单元测试 尘缘 2016-05-05 12:17:12 +08:00
  • 0b22d6a970 Relation类增加delete用于关联模型的删除 thinkphp 2016-05-05 11:58:34 +08:00
  • 544e3ea833 每个模型类采用 独立的数据库实例避免混淆 thinkphp 2016-05-05 11:33:32 +08:00
  • fd72a3006c Model类增加hidden属性 支持输出数组和json的时候 隐藏个别字段 thinkphp 2016-05-05 10:00:45 +08:00
  • 7a8bb3b54f 增加接口类 规范驱动扩展 thinkphp 2016-05-05 07:39:05 +08:00
  • 3774e3451a 改进Model类的save方法 thinkphp 2016-05-04 18:50:03 +08:00
  • f87642c6ea 修正单元测试 thinkphp 2016-05-04 18:09:09 +08:00
  • c759f0d0ab model类的connection table name属性改成 非 static定义 thinkphp 2016-05-04 18:04:19 +08:00
  • 7c7948d44b 改进Db类 thinkphp 2016-05-04 17:00:16 +08:00
  • 6b26b1ee25 改进Model类和Query类 Model类的name属性改为static定义 thinkphp 2016-05-04 16:24:51 +08:00
  • df39f1706f 修正php模板驱动 thinkphp 2016-05-04 15:56:45 +08:00
  • aaec3f8115 修正sqlsrv驱动 thinkphp 2016-05-04 15:50:55 +08:00
  • 344ec81981 修正Route类的一处bug thinkphp 2016-05-04 15:45:43 +08:00
  • 027d4d5b88 改进Query类的column方法 thinkphp 2016-05-03 23:15:52 +08:00
  • 32c148ff2b Query类的column方法支持传入*号 thinkphp 2016-05-03 20:32:40 +08:00
  • 0af5b072a9 改进Query类的find方法 支持查询主键为0的情况 thinkphp 2016-05-03 18:20:33 +08:00
  • 289507c0ce Model类增加toJson方法输出JSON字符串 thinkphp 2016-05-03 12:28:15 +08:00
  • c7e363ef3b 改进Route类可选参数的完整匹配支持 thinkphp 2016-05-03 08:40:33 +08:00
  • c9a0d4dbaa 改进Model类的时间类型转换 thinkphp 2016-05-02 22:28:57 +08:00
  • 483a86e1a7 修正Merge模型类 thinkphp 2016-05-02 16:17:52 +08:00
  • e41120dcbf 修正模型类的saveAll方法 db助手函数增加name参数 thinkphp 2016-05-02 14:24:11 +08:00
  • 46e1d8dc17 console build 命令支持 使用 --module 模块名 方式生成默认模块目录 thinkphp 2016-04-30 22:33:49 +08:00
  • 23e085ecf1 优化View类对输出内容的替换 thinkphp 2016-04-30 15:32:22 +08:00
  • a8a8d93baa 修正数据库字段大小写设置问题 修正Query类的where方法对原生sql条件的判断 thinkphp 2016-04-30 15:05:52 +08:00
  • 11769ed15c 改进主从数据库的事务支持 thinkphp 2016-04-29 14:41:20 +08:00
  • a4843dd1a3 修改在使用域名路由时,url方法结果不正确的bug shenfakuan 2016-04-29 14:39:11 +08:00
  • 494b0dce2b 改进Query类find和select方法的缓存处理 thinkphp 2016-04-29 11:14:24 +08:00
  • 8f305a775e 修正Merge模型类 thinkphp 2016-04-28 23:15:30 +08:00
  • 8eec4c5eb2 query类增加insertGetId方法 模型类的save方法 新增的时候 返回自增id thinkphp 2016-04-28 23:10:04 +08:00
  • d8ac3012fe 数据库事务方法添加标识 防止事务嵌套的时候 提前提交 thinkphp 2016-04-28 17:53:20 +08:00
  • d8214cca48 改进Connection类的connect方法 thinkphp 2016-04-28 17:18:09 +08:00
  • 7050d8b630 完善Builder类 thinkphp 2016-04-28 15:28:26 +08:00
  • c9ab0cc72a 改进where方法对原生条件的判断 thinkphp 2016-04-28 14:36:46 +08:00
  • 810a88a48e 改进where方法的原生sql条件 并且支持参数绑定 thinkphp 2016-04-28 14:19:55 +08:00
  • 43fb7cc445 改进Query类和Build类 改进查询语法 thinkphp 2016-04-28 14:06:06 +08:00
  • 006b45dd9a 改进query类的聚合查询方法的返回值 thinkphp 2016-04-27 17:35:49 +08:00
  • 7599d76864 Query类的options方法改为protected 不对外调用 thinkphp 2016-04-27 17:05:04 +08:00
  • 0b104d2b49 改进一处 错误 thinkphp 2016-04-27 16:49:36 +08:00
  • 00cd2e61d9 改进数据库连接的问题 thinkphp 2016-04-27 15:44:50 +08:00
  • 6915f0249e 改进模型类对主键的自动读取 thinkphp 2016-04-27 12:42:57 +08:00
  • 8cb52f60dd 改进Query类的join方法 thinkphp 2016-04-27 12:12:55 +08:00
  • fd6ca38265 修正Relation类 thinkphp 2016-04-27 11:12:52 +08:00
  • d33a164c2f 模式定义文件修改 thinkphp 2016-04-27 10:25:42 +08:00
  • d93ed98f77 修正模式定义文件 thinkphp 2016-04-27 10:02:42 +08:00
  • 63f4ed0f37 模式定义文件修改 thinkphp 2016-04-26 23:46:25 +08:00
  • a6a3d572e7 修正Controller类的engine方法 thinkphp 2016-04-26 19:44:44 +08:00
  • 305fdc0d8a 改进View类的instance方法 支持传入replace参数 thinkphp 2016-04-26 19:36:33 +08:00
  • 8bb8f0919b 改进Lang类 去除无用的 traits\model thinkphp 2016-04-26 19:12:14 +08:00
  • 4b1e88d0cb 改进View类engine方法 如果传入字符串 则表示模板引擎名称 模板引擎参数取默认值 增加 view_replace_str 配置参数 用于设置全局 视图输出内容替换 thinkphp 2016-04-26 17:39:20 +08:00
  • 29d3d9e503 修正 thinkphp 2016-04-26 17:09:47 +08:00
  • 7c74dd9591 改进view类 调整模板引擎的配置参数定义和传入方式 thinkphp 2016-04-26 17:00:55 +08:00
  • 6e79350a79 Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-04-26 12:28:46 +08:00
  • cd35b85398 改进Model类的destroy方法 thinkphp 2016-04-26 12:09:53 +08:00
  • 3344850763 Merge pull request #40 from shuipf/master ThinkPHP 2016-04-26 12:01:02 +08:00
  • d6d6dbff43 去除调试代码 shuipf 2016-04-26 10:10:45 +08:00
  • 3eab80b016 继续完善,对*的处理 shuipf 2016-04-26 10:08:35 +08:00
  • 58c59ec23e Update Url.php shuipf 2016-04-26 09:45:16 +08:00
  • 61a97ab69d 修正Model类 thinkphp 2016-04-26 08:37:18 +08:00
  • 67c47dd526 改进对Page的解析位置 thinkphp 2016-04-26 08:25:31 +08:00
  • 94c1ffb986 改进Model类的toArray方法 支持获取器读取输出 thinkphp 2016-04-25 19:55:06 +08:00
  • eb08ace50b 修正Controller类的注释 thinkphp 2016-04-25 17:54:06 +08:00
  • e33a80a6b9 修正Model类的save方法一处bug thinkphp 2016-04-25 17:43:45 +08:00
  • e4f45aa0cd 改进Validate类的uniuqe验证规则 第一个参数传入不带数据表前缀的表名 并且支持主键自动获取 thinkphp 2016-04-25 15:04:47 +08:00
  • 5da3b9135f 修正relation类 thinkphp 2016-04-25 14:17:55 +08:00
  • d21bc52855 改进Relation thinkphp 2016-04-25 14:11:04 +08:00
  • a9577009f8 改进Model类和Query类 name方法纳入链式操作 查询完成后释放 原来Connection类的getTableInfo方法移入 Query类 thinkphp 2016-04-25 13:35:46 +08:00
  • 964248a10e 修正Query类的chunk方法 thinkphp 2016-04-25 12:15:12 +08:00
  • 612a9cbae9 改进View类 thinkphp 2016-04-25 10:38:15 +08:00
  • dd71f679ee 改进Template类import标签库 thinkphp 2016-04-25 10:17:00 +08:00
  • 3e1e670de2 修正Model类 thinkphp 2016-04-25 09:57:39 +08:00
  • 56f102c893 model类增加db属性 可以用于模型内部进行查询操作调用 $this->db thinkphp 2016-04-24 23:02:29 +08:00
  • ec61c9717a 配置修改 thinkphp 2016-04-24 17:51:07 +08:00
  • d0ad5f6beb 修正单元测试 thinkphp 2016-04-24 16:15:10 +08:00
  • df8a027c63 删除一些不需要的配置参数 thinkphp 2016-04-24 16:06:30 +08:00
  • ff46880ab4 修正单元测试 thinkphp 2016-04-24 14:39:50 +08:00
  • a5b242b2c2 统一方法名 thinkphp 2016-04-24 14:34:08 +08:00
  • f40fb831f4 增加Merge模型类扩展 thinkphp 2016-04-24 14:29:33 +08:00
  • 1f40eed301 修正单元测试 thinkphp 2016-04-23 20:44:17 +08:00
  • a880163193 继续废弃单字母函数 thinkphp 2016-04-23 20:35:17 +08:00
  • 265a80905d 修正BELONGS_TO关联查询 thinkphp 2016-04-23 20:26:26 +08:00
  • 8cca5524a7 Connection类的transaction方法支持返回值 thinkphp 2016-04-23 18:31:27 +08:00