Commit Graph

1794 Commits

Author SHA1 Message Date
thinkphp
c654eab7e9 修正Request类的input方法 2016-06-22 16:23:23 +08:00
thinkphp
18a4eee00f Loader类的composer包扫描方法改为public 供命令行调用 2016-06-22 16:00:03 +08:00
thinkphp
98084c7a47 Request类的input方法支持default_filter配置参数 2016-06-22 15:45:39 +08:00
thinkphp
54d16627d7 改进lang类的detect方法 2016-06-22 15:41:36 +08:00
thinkphp
b696d6186b 修正单元测试 2016-06-22 15:26:17 +08:00
thinkphp
897be354e4 改进Loader类自动加载的文档定位 2016-06-22 15:20:42 +08:00
thinkphp
b454adeef5 改进Loader自动加载 支持一个命名空间对应多个路径 兼容composer 2016-06-22 14:54:28 +08:00
thinkphp
5ffb2359cc 改进Loader类的register方法 alias.php 更改为 classmap.php addMap方法更改为 addClassMap
base.php和start.php文件调整
2016-06-22 14:11:23 +08:00
thinkphp
ee171fa963 修正Loader类的addNamespaceAlias方法 2016-06-22 10:31:58 +08:00
thinkphp
a1b75332de 优化Loader自动加载 支持子命名空间定义 合并composer自动加载缓存文件 2016-06-21 22:32:51 +08:00
ThinkPHP
73bd3201be Merge pull request #149 from leunggamciu/enhance-url
使用Request来获取请求
2016-06-21 19:20:42 +08:00
thinkphp
d95ef85e86 改进Loader类 2016-06-21 17:33:58 +08:00
thinkphp
7229a1d76a 修正Model类的saveall方法参数 2016-06-21 17:28:46 +08:00
thinkphp
a8cd946ac6 改进Loader类 2016-06-21 17:26:49 +08:00
thinkphp
b244cff844 Merge branch 'master' of https://github.com/top-think/framework 2016-06-21 17:22:19 +08:00
thinkphp
e2e271e381 改进composer包的自动加载机制 不依赖composer安装 增加AUTO_SCAN_PACKAGE常量用于设置是否开启自动扫描vendor目录下面的下载composer包 2016-06-21 17:21:05 +08:00
leunggamciu
53db5d0a7a 使用Request来获取请求 2016-06-21 16:57:32 +08:00
yunwuxin
f906b0fc77 增加方法注释 2016-06-21 16:47:03 +08:00
yunwuxin
dc37f8080f 增加方法注释 2016-06-21 16:39:53 +08:00
thinkphp
4989d2ad55 改进Model类saveall方法的返回值 并增加replace参数 2016-06-21 15:14:33 +08:00
thinkphp
4c24572871 Merge branch 'master' of https://github.com/top-think/framework 2016-06-21 14:55:07 +08:00
thinkphp
1cc1976eaa 改进Model类的saveall方法 2016-06-21 14:53:56 +08:00
WeakSun
7ff8b7bb57 读取时增加空检测,防止数据为空导致调用异常
防止array和object类型数据为null时,导致调用发生异常。
2016-06-21 14:35:06 +08:00
thinkphp
02a99d13d7 Merge branch 'master' of https://github.com/top-think/framework 2016-06-21 14:12:27 +08:00
thinkphp
173fec766f 改进Model类的toarray方法 2016-06-21 14:12:09 +08:00
yunwuxin
b94c54bcc2 修正类名冲突 2016-06-21 13:59:48 +08:00
thinkphp
b4a1905200 改进Builder类的insertall方法 2016-06-21 13:54:55 +08:00
thinkphp
92b3fb7006 修改 Model类的saveall方法 返回值 2016-06-21 13:49:02 +08:00
yunwuxin
4908633e05 完善think\exception\Handle类 2016-06-21 12:29:28 +08:00
yunwuxin
91ab9dfde0 改进Response类 2016-06-21 12:09:39 +08:00
thinkphp
2281f1edb4 修正request类的file方法 2016-06-21 11:53:38 +08:00
thinkphp
70f146f3e3 改进File类的架构方法 支持SplFileObject类完整参数 2016-06-21 11:22:38 +08:00
thinkphp
850376dfe7 改进Query类的find和select方法的默认值 2016-06-21 10:58:19 +08:00
thinkphp
c4669f142d Merge branch 'master' of https://github.com/top-think/framework 2016-06-21 10:33:25 +08:00
thinkphp
7627811cf5 修正query类的find方法 2016-06-21 10:32:56 +08:00
ThinkPHP
4d19a1cb2d Merge pull request #131 from leunggamciu/fix-url-build
修复当开启url_common_param时,生成错误的URL
2016-06-21 08:31:25 +08:00
thinkphp
e48fbac66f 改进 2016-06-21 00:03:36 +08:00
thinkphp
948d0ea0bb 改进驱动命名空间检测 2016-06-21 00:01:31 +08:00
thinkphp
5c7618f2fa 改进Composer自动加载的判断机制 增加 vendor目录下面的think_autoload文件判断 2016-06-20 19:17:43 +08:00
thinkphp
a032828d5c 注释规范 2016-06-20 17:34:54 +08:00
thinkphp
eca38db038 改进Request的动态方法调用 自动注入当前request对象 2016-06-20 11:48:47 +08:00
thinkphp
5618c367bf request类增加动态方法的注入hook机制 2016-06-20 11:44:46 +08:00
thinkphp
1e6cd85c04 修正Query类的gettableinfo方法 2016-06-20 10:56:30 +08:00
thinkphp
ff16a4521d 改进Request类的param方法 2016-06-20 08:56:35 +08:00
thinkphp
d213339dbd Model类类型转换timestamp和datetime调整 2016-06-19 15:42:05 +08:00
thinkphp
bfddad2a61 修正 2016-06-18 23:52:22 +08:00
thinkphp
30cec3abb1 取消驱动配置的namespace参数 2016-06-18 23:42:16 +08:00
thinkphp
20eaa4f5b8 修正Cookie类的has方法 2016-06-18 23:10:40 +08:00
thinkphp
d653761ef5 修改 2016-06-18 11:28:01 +08:00
thinkphp
59a2fce286 Model类saveall方法支持事务 2016-06-18 10:37:22 +08:00