Commit Graph

2217 Commits

Author SHA1 Message Date
thinkphp
af648cfa8d ViewResponse类增加getVars方法 2016-06-14 11:49:07 +08:00
thinkphp
2e35cf1cb0 改进Response类的getCode方法 2016-06-14 10:52:21 +08:00
thinkphp
aa714f87a7 Merge branch 'master' of https://github.com/top-think/framework 2016-06-14 10:32:33 +08:00
thinkphp
fbb792eb2e 改进Builder类的时间日期查询 2016-06-14 10:32:13 +08:00
ThinkPHP
1c806ae192 Merge pull request #122 from yangweijie/patch-1
add Browser console log support
2016-06-14 10:22:45 +08:00
thinkphp
b1f4125678 修正单元测试 2016-06-14 10:14:48 +08:00
jay
4993f4a0cb 分组默认展开基本和调试和错误 2016-06-14 08:44:55 +08:00
thinkphp
9bfeeb8ac6 改进Query类的selectInsert方法 对 table参数的处理 2016-06-14 08:37:14 +08:00
thinkphp
87a3c5577c APP_MULTI_MODULE常量改为app_multi_module配置参数 2016-06-14 08:12:14 +08:00
jay
1914fcad4d 修改为适合最新版本的浏览器输出 Browser trace
支持数组的前端显示,对象的有问题。采用分组模式
2016-06-14 00:15:03 +08:00
yunwuxin
eb026e02a6 改进console模式 2016-06-13 18:48:07 +08:00
thinkphp
e14174fd63 改进Request类和Route类的checkDomain方法 2016-06-13 17:51:21 +08:00
thinkphp
8c7302f04f Merge branch 'master' of https://github.com/top-think/framework 2016-06-13 17:06:23 +08:00
thinkphp
8b0078d936 改进Lang类的detect方法 返回当前语言 取消 LANG_SET 常量 2016-06-13 17:05:50 +08:00
yunwuxin
19cc11c59e Redirect增加获取跳转地址的方法 2016-06-13 17:05:37 +08:00
thinkphp
126bb348ca 改进Response类的send方法和getContent方法 2016-06-13 16:54:07 +08:00
thinkphp
4689c86e0a Response类增加getCode方法和getContent方法 send方法data参数去掉 App类的run方法返回response对象 2016-06-13 16:45:39 +08:00
thinkphp
a9cfe2a801 增加日期和时间查询方法 datetime 2016-06-13 16:27:59 +08:00
thinkphp
101bfb3f83 改进Request类的create方法 2016-06-13 16:11:42 +08:00
thinkphp
5c084d92d3 改进 model controller validate action 助手函数 增加 $appendSuffix 参数 2016-06-13 12:37:45 +08:00
thinkphp
5171ea302d 支持关闭伪静态访问 设置url_html_suffix 为false 2016-06-13 11:37:54 +08:00
thinkphp
b6b8b6dcb4 Controller类增加batchValidate属性 validate方法增加batch参数,用于设置是否批量验证
异常类改进
2016-06-13 11:09:42 +08:00
thinkphp
00b0c0f229 改进Model类 改进查询方法的SQL返回机制 2016-06-12 22:47:08 +08:00
thinkphp
6d0c3a633e Model类的强制类型转换定义支持数组方式 2016-06-12 18:26:40 +08:00
thinkphp
420fdd9eaf Model类的json类型转换支持传入参数 2016-06-12 18:22:48 +08:00
thinkphp
8c08015a6a Model的类型转换增加serialize类型 2016-06-12 18:14:35 +08:00
thinkphp
cc191effcc 改进Oracle驱动的execute方法 2016-06-12 17:34:54 +08:00
thinkphp
4d9a4bcaae 修正Oracle驱动 2016-06-12 17:26:36 +08:00
thinkphp
a09cf8d3a1 修正Oracle驱动 2016-06-12 17:17:21 +08:00
thinkphp
b1c8665b99 改进异常类 2016-06-12 17:08:48 +08:00
thinkphp
af1bc0429d 修正Query类的with方法 2016-06-12 16:51:49 +08:00
thinkphp
b10635e22e 异常类规范 增加异常类 改进Query类的value和column的缓存冲突问题 2016-06-12 16:35:42 +08:00
thinkphp
659900ab91 Model类和Controller类的failException更改为 validateFailException 避免和Query类的failException方法冲突 2016-06-12 14:06:36 +08:00
thinkphp
9023041e6b Query类增加findOrFail selectOrFail快捷方法 2016-06-12 12:53:06 +08:00
thinkphp
ccd1e2c2e7 修正Query类的with方法 2016-06-12 12:08:47 +08:00
thinkphp
75cfc95b38 修正Controller类的display方法参数 2016-06-12 11:36:14 +08:00
thinkphp
b5fa195ad6 修正Controller类 2016-06-12 11:21:38 +08:00
jay
67a6f398c6 add Browser console log support 2016-06-12 08:53:21 +08:00
thinkphp
069673ea3f 修正Relation类的getRelationInfo方法 2016-06-11 09:50:55 +08:00
thinkphp
34a08232aa 一对一关联定义支持指定 join类型 用于预载入查询 2016-06-09 17:19:13 +08:00
thinkphp
fb5f93f429 Merge branch 'master' of https://github.com/top-think/framework 2016-06-09 10:45:59 +08:00
thinkphp
399e7b4573 修正Console 2016-06-09 10:45:19 +08:00
ThinkPHP
e136951b66 Merge pull request #118 from fangrenfu/patch-3
修正selectInsert方法字段数不一致错误
2016-06-09 10:42:24 +08:00
thinkphp
3c57c610dc 预载入查询支持指定字段查询 2016-06-09 10:30:04 +08:00
fangrenfu
541b765eb4 修正selectInsert方法字段数不一致错误
mssql中为实现排序增加了row_number列,导致在selectInsert方法中字段数不一致。
修正方法:定义selectInsertSql属性,重写selectInsert方法。
2016-06-09 09:32:40 +08:00
thinkphp
b50bcd5298 改进Route类的alias方法 改进Url类生成支持路由别名 2016-06-09 09:00:42 +08:00
thinkphp
c4edb2e426 改进Route类 路由别名支持条件检测 2016-06-09 08:50:56 +08:00
thinkphp
6de814bd54 改进Controller类 2016-06-08 18:30:03 +08:00
thinkphp
0b16a5c5a3 Route类原来的alias方法更名为controller,路由增加别名方法 alias 支持使用别名简化路由定义,例如:
// 使用 user 路由别名指向 index模块的user控制器
Route::alias('user','index/user');
2016-06-08 17:50:54 +08:00
thinkphp
27bd976916 修正Route类的parseUrlParams方法 2016-06-08 13:53:49 +08:00