Commit Graph

  • 5a7ea46da8 优化memcache连接方法,增加连接超时支持 huangdijia 2016-01-28 13:19:44 +08:00
  • 2006fc32eb 修正V函数 thinkphp 2016-01-28 11:48:34 +08:00
  • 1aac6232a7 异常模板调整 thinkphp 2016-01-27 23:19:06 +08:00
  • 7352655e36 加强调试信息 thinkphp 2016-01-27 23:05:46 +08:00
  • cc753a884e 修正 主键获取的BUG thinkphp 2016-01-27 22:50:23 +08:00
  • 0f04cdf8b1 添加路由和绑定信息记录 thinkphp 2016-01-27 22:13:27 +08:00
  • d8e1d3eec7 修正Driver类的getBindSql方法 异常信息显示当前sql语句 thinkphp 2016-01-27 21:56:01 +08:00
  • faaf99c036 修改 Memcache 扩展为 Memcached 扩展 7IN0SAN9 2016-01-27 21:01:19 +08:00
  • 3c9c93c6b8 添加执行信息日志 thinkphp 2016-01-27 17:56:47 +08:00
  • 9903717cc4 修正 数据表没有主键的情况下 getpk方法错误 thinkphp 2016-01-27 16:52:45 +08:00
  • 534230fd22 修正单元测试 thinkphp 2016-01-27 16:07:21 +08:00
  • bd866e1bc2 NOW_TIME 常量 更改为 $_SERVER['REQUEST_TIME'] thinkphp 2016-01-27 16:03:30 +08:00
  • 89cf4aea52 修正Driver驱动的一处sql组装解析的BUG thinkphp 2016-01-27 14:56:47 +08:00
  • 4c5dd3f151 路由检测参数behavior改为 before_behavior thinkphp 2016-01-27 11:53:10 +08:00
  • 63c3031e04 添加路由检测匹配成功后的行为执行方法 由路由参数 after_behavior 定义 thinkphp 2016-01-27 11:37:24 +08:00
  • 785172460d 增加V助手函数 用于渲染模板和变量赋值 thinkphp 2016-01-27 11:05:27 +08:00
  • 1726a68833 Merge branch 'master' of https://github.com/top-think/think thinkphp 2016-01-26 15:07:01 +08:00
  • 295da181dc 添加SQL性能分析(开启数据库调试模式) thinkphp 2016-01-26 15:06:36 +08:00
  • df1234728c 代码优化 huangdijia 2016-01-26 14:07:43 +08:00
  • 189ec6476f 改进sql日志记录中的sql语句组装 thinkphp 2016-01-26 14:02:27 +08:00
  • 64bb1f4b23 原cache驱动Simple改名Lite,增加有效期支持 huangdijia 2016-01-26 13:56:54 +08:00
  • 298202984d 优化think/cache/driver/Db.php驱动,支持单独配置,兼容默认database配置 huangdijia 2016-01-26 13:17:07 +08:00
  • 40d76a74b2 Merge branch 'master' of https://github.com/top-think/think thinkphp 2016-01-26 09:30:28 +08:00
  • 2c5ec2ae87 Response::sendHttpStatus方法废弃 改为http_response_code thinkphp 2016-01-26 09:30:07 +08:00
  • 768453e8b8 修正无法找到异常类的问题 huangdijia 2016-01-26 09:20:41 +08:00
  • 67c8eb3580 修正一处变量错误 huangdijia 2016-01-26 09:14:05 +08:00
  • 2c20c926a6 修正一处Session的Notice 修正一处变量错误 huangdijia 2016-01-26 08:52:21 +08:00
  • 20bdfe4046 废弃think/session/Driver.php huangdijia 2016-01-26 08:46:33 +08:00
  • 26d970a203 改进App类的独立配置加载 thinkphp 2016-01-25 22:00:46 +08:00
  • abd9ab924a 格式化和注释 7IN0SAN9 2016-01-25 15:55:21 +08:00
  • c6a7b9e6cb fix CI faild Chino Chang 2016-01-25 15:34:55 +08:00
  • 6ed48d201c 增加session redis驱动 huangdijia 2016-01-25 15:02:01 +08:00
  • 10b19f45a7 文件名更改 huangdijia 2016-01-25 14:49:29 +08:00
  • cc69a87991 优化host、port配置,与cache驱动统一 huangdijia 2016-01-25 14:47:13 +08:00
  • 586a94fa8e 增加session memcache驱动 huangdijia 2016-01-25 14:32:53 +08:00
  • b3ad62a329 增加APP_AUTO_RUN常量,入口文件定义true取代\think\App::run();懒出新高度:) huangdijia 2016-01-25 13:59:15 +08:00
  • ec10e55eb7 改进View类 thinkphp 2016-01-23 18:18:14 +08:00
  • f05ee71680 ORM类支持实例化 thinkphp 2016-01-23 15:36:37 +08:00
  • 9f383a83bf 增加静态调用模型方法的ORM类,例如: class User extends \think\ORM; User::find(1); thinkphp 2016-01-23 15:05:01 +08:00
  • 06e97a0be9 修正View类的getTemplateTheme方法 thinkphp 2016-01-23 13:30:53 +08:00
  • 30bb42476f 单元测试修正 thinkphp 2016-01-23 13:18:47 +08:00
  • ac0547e36b 调试模式 关闭字段缓存 取消app类的日志初始化和缓存初始化 改为使用的时候自动初始化 thinkphp 2016-01-23 13:10:35 +08:00
  • bd14a7c328 改进数据副本的处理 thinkphp 2016-01-23 11:53:42 +08:00
  • 34e2317b7c model类增加查询数据副本 在写入数据的时候检测变化字段 没有变化的字段不更新 thinkphp 2016-01-23 11:43:56 +08:00
  • 3135550927 单元测试改进 thinkphp 2016-01-22 22:55:40 +08:00
  • ad04716fdc 变量规范 thinkphp 2016-01-22 22:51:32 +08:00
  • 57371d7aa1 修整db->Driver中order解析方法 小陈叔叔 2016-01-22 15:00:56 +08:00
  • ec4f187aab 改进Db类 traits\Query 更改为 traits\Transaction thinkphp 2016-01-22 12:34:18 +08:00
  • 6acd3f7551 优化Model类 thinkphp 2016-01-22 11:46:05 +08:00
  • 0631886677 修正driver的insert方法一处bug thinkphp 2016-01-21 21:34:00 +08:00
  • 83f29db4f0 改进Model类 thinkphp 2016-01-21 19:11:48 +08:00
  • bb0bbe9425 model类find方法改进 thinkphp 2016-01-21 18:52:20 +08:00
  • 82ed2a8729 修正 thinkphp 2016-01-21 18:41:09 +08:00
  • e006d40bdd 改进\think\db\Driver类 thinkphp 2016-01-21 18:25:24 +08:00
  • 400e680c6a 废除 \think\db\Lite类 thinkphp 2016-01-21 17:51:33 +08:00
  • c9da41dc3a Merge branch 'master' of https://github.com/top-think/think thinkphp 2016-01-21 17:44:57 +08:00
  • 2221769ed1 model类的query和execute方法支持参数绑定 thinkphp 2016-01-21 17:44:39 +08:00
  • a082741af3 Merge pull request #231 from oldrind/input ThinkPHP 2016-01-21 17:40:22 +08:00
  • 5dfa337211 Merge branch 'master' of https://github.com/top-think/think thinkphp 2016-01-21 17:37:40 +08:00
  • c3412cfb12 改进参数绑定机制 原生查询也可以支持参数绑定,并且同时支持 命名占位符和问号占位符 改进Driver类的异常处理 废除error方法 thinkphp 2016-01-21 17:37:10 +08:00
  • fc03a55ac3 I函数增加参数 oldrind 2016-01-21 15:20:07 +08:00
  • 0a323bc879 Db驱动query和execute方法支持传入bind参数 方便原生查询使用参数绑定操作 thinkphp 2016-01-21 15:18:01 +08:00
  • ed07585560 Merge pull request #230 from oldrind/input ThinkPHP 2016-01-21 14:46:23 +08:00
  • a3ec1faf02 修正Db类的parseDsn方法 thinkphp 2016-01-21 14:42:37 +08:00
  • b8bbf61fb4 Input类增加path、file、data方法,支持.语法取多维数组的值。 path方法在CI中测试报错,此方法的测试先关闭。 oldrind 2016-01-21 14:39:22 +08:00
  • 4f511dc3e9 添加方法参数变量约束 thinkphp 2016-01-21 12:21:04 +08:00
  • 680aa8cd66 废除IN_UNIT_TEST常量 和 View类的 parse_var参数 thinkphp 2016-01-21 11:56:46 +08:00
  • d56babc344 Merge branch 'master' of https://github.com/top-think/think thinkphp 2016-01-21 11:47:45 +08:00
  • 4a27d05a38 废除 Model类的$fields['_pk'] 统一使用 $pk 属性 thinkphp 2016-01-21 11:47:24 +08:00
  • 2b49bdd622 Merge pull request #227 from pwf0112/master ThinkPHP 2016-01-21 11:20:16 +08:00
  • 2c183cd77b 改进参数绑定 thinkphp 2016-01-21 11:19:09 +08:00
  • c7ca77f6d0 修正 参数名称书写错误 pwf0112 2016-01-20 21:41:23 +08:00
  • 17e0797407 修正错误 thinkphp 2016-01-20 20:39:38 +08:00
  • 411df30e57 Config类load方法调整 必须给出完整路径 thinkphp 2016-01-20 20:36:40 +08:00
  • b38d71e344 Merge branch 'master' of https://github.com/top-think/think thinkphp 2016-01-20 19:13:26 +08:00
  • 6d8191d63c 修正PDO参数绑定的一处BUG thinkphp 2016-01-20 19:13:03 +08:00
  • 5802f40a32 Update README.md also 2016-01-20 16:23:27 +08:00
  • a17080244e Update README.md Chino Chang 2016-01-20 13:02:32 +08:00
  • bf738e9934 移动 phpunit.xml 7IN0SAN9 2016-01-20 12:17:34 +08:00
  • 2b72a689ae 修复 viewTest 7IN0SAN9 2016-01-20 11:32:58 +08:00
  • 1b769d1540 文件名大小写问题 7IN0SAN9 2016-01-20 11:23:34 +08:00
  • b4e83c96a4 文件名大小写问题 7IN0SAN9 2016-01-20 11:20:36 +08:00
  • cc530a98a3 修正命名空间、版权注释 7IN0SAN9 2016-01-20 11:14:19 +08:00
  • 6120be3671 Update README.md Chino Chang 2016-01-19 23:05:24 +08:00
  • 585d7e9bed 修正单元测试相关文档 7IN0SAN9 2016-01-19 23:02:26 +08:00
  • 1c7fe476e8 修正 fixtures 7IN0SAN9 2016-01-19 22:45:56 +08:00
  • 17df725760 修改脚本路径 7IN0SAN9 2016-01-19 22:37:08 +08:00
  • 00c101abf6 移动 tests 到 thinkphp 目录 7IN0SAN9 2016-01-19 22:34:27 +08:00
  • c46e8cd7b6 Merge branch 'master' of https://github.com/top-think/think thinkphp 2016-01-19 22:07:28 +08:00
  • 3bb84e14b7 start.php调整 和 App::run 分离 便于在入口文件动态注册命名空间 thinkphp 2016-01-19 22:07:13 +08:00
  • 7a1dc48dfa 增加db_fields_strict配置参数,用于设置当字段不存在的数据写入的时候是否抛出异常 ,默认为true thinkphp 2016-01-19 20:01:33 +08:00
  • 6690126429 修正 使用参数绑定的时候返回执行sql的BUG thinkphp 2016-01-19 19:05:13 +08:00
  • 43718894fb Merge branch 'master' of https://github.com/top-think/think thinkphp 2016-01-19 18:54:45 +08:00
  • ae9a5a7bca 修正Model类的_write_data方法数据检测获取不到fields的问题 thinkphp 2016-01-19 18:54:16 +08:00
  • c6340fc410 Merge pull request #221 from oldrind/template ThinkPHP 2016-01-19 16:55:25 +08:00
  • 5dc8d8286c 修改在windows环境下,配置文件中的默认跳转页面对应的模板文件配置值的斜杠分割符会导致前端无法找到模板文件的错误。 xiaobo.sun 2016-01-19 16:07:01 +08:00
  • e17ec8f9ac template单元测试 oldrind 2016-01-19 15:50:19 +08:00
  • ec667f8326 Url生成支持锚点,改进域名 thinkphp 2016-01-19 14:53:30 +08:00
  • 034eb21441 Merge branch 'master' of https://github.com/top-think/think thinkphp 2016-01-19 12:19:09 +08:00
  • a8e4ee762f 改进Url类对路由到类的方法的支持 thinkphp 2016-01-19 12:18:52 +08:00