thinkphp
|
accc680e4b
|
优化静态调用callback写法
|
2015-12-27 22:38:12 +08:00 |
|
thinkphp
|
222f913eb0
|
改写View类的instance方法
|
2015-12-24 16:15:19 +08:00 |
|
thinkphp
|
2d00377a0b
|
暂时先加上 单元测试test根命名空间注册
|
2015-12-24 15:38:20 +08:00 |
|
huangdijia
|
e4a66b73b6
|
优化Response类,兼容rest控制器
|
2015-12-23 18:20:49 +08:00 |
|
thinkphp
|
c37aba27d7
|
Create类更名为Build
|
2015-12-22 15:55:52 +08:00 |
|
thinkphp
|
4d53e9bc19
|
自动生成添加常量控制
|
2015-12-22 15:43:37 +08:00 |
|
simon
|
f726fbf6d2
|
修改单元测试命名空间等
Changes to be committed:
modified: tests/framework/application/index/controller/indexTest.php
modified: tests/framework/thinkphp/library/think/cache/driver/apcTest.php
new file: tests/framework/thinkphp/library/think/cache/driver/cache_test_case.php
modified: tests/mock.php
modified: thinkphp/library/think/cache/driver/apc.php
modified: thinkphp/start.php
|
2015-12-22 15:30:39 +08:00 |
|
huangdijia
|
a71ed560de
|
简化App::run(),省去参数$config
|
2015-12-22 15:25:38 +08:00 |
|
thinkphp
|
546addad93
|
base添加IN_UNIT_TEST常量定义
|
2015-12-18 22:52:54 +08:00 |
|
huangdijia
|
dcaef70447
|
恢复start.php中的App::run(),判断是否单元测试
|
2015-12-18 18:28:40 +08:00 |
|
7IN0SAN9
|
6db93ae890
|
indexTest
|
2015-12-18 14:13:56 +08:00 |
|
thinkphp
|
65be8f094c
|
增加APP_HOOK常量 用于是否启用 hook
|
2015-12-10 21:56:20 +08:00 |
|
thinkphp
|
ffdf06d36d
|
自动生成修正对sae的判断
|
2015-12-10 18:03:54 +08:00 |
|
thinkphp
|
257a31551f
|
添加自动生成机制
增加模块禁止访问列表设置
|
2015-12-08 22:46:29 +08:00 |
|
thinkphp
|
c14da999a6
|
规范调整
|
2015-10-04 22:48:57 +08:00 |
|
thinkphp
|
27e724bb3c
|
PSR规范调整
|
2015-10-04 13:05:15 +08:00 |
|
thinkphp
|
1cfb3704c6
|
规范调整
|
2015-10-03 21:43:48 +08:00 |
|
thinkphp
|
aa123aa8a2
|
更新核心文件
|
2015-03-26 16:15:35 +08:00 |
|
thinkphp
|
d28e27270c
|
类库别名和调用修正
增加sae日志驱动
改进Hook类的exec方法
行为扩展优先检测标签方法 不存在则调用run方法
NOW_TIME改用REQUEST_TIME_FLOAT
变量命名规范
|
2015-02-24 10:45:34 +08:00 |
|
thinkphp
|
e96ac8493f
|
session类和input类调整
注释调整
|
2015-02-23 20:54:16 +08:00 |
|
thinkphp
|
b32d00b7f8
|
更新
|
2015-01-22 09:29:54 +08:00 |
|
thinkphp
|
1df472b73e
|
删除目录
|
2015-01-22 09:28:08 +08:00 |
|
thinkphp
|
562a56a9ab
|
核心文件规范调整
|
2015-01-22 08:41:02 +08:00 |
|
thinkphp
|
b34b209af4
|
更新核心类库
|
2015-01-19 11:04:05 +08:00 |
|
麦当苗儿
|
9b1a67881e
|
文件末尾添加换行符
|
2013-04-15 16:16:53 +08:00 |
|
麦当苗儿
|
2a26762cf6
|
文件注释规范调整
|
2013-04-15 10:48:09 +08:00 |
|
ThinkPHP
|
095308ae51
|
Loader类的loadMap方法改为addMap
|
2013-04-14 18:02:23 +08:00 |
|
thinkphp
|
00e3c8c4fe
|
日志和缓存默认路径改变
|
2013-04-11 15:09:58 +08:00 |
|
thinkphp
|
00ee80e943
|
数组定义用法统一
|
2013-04-11 14:49:39 +08:00 |
|
thinkphp
|
bbe3ebedcf
|
入口引导文件修正
|
2013-04-11 14:12:59 +08:00 |
|
thinkphp
|
65c1759138
|
修正数据库驱动类
|
2013-04-10 15:48:28 +08:00 |
|
thinkphp
|
d4944bd9ca
|
引导文件添加 自动创建脚本支持
|
2013-04-07 14:31:05 +08:00 |
|
thinkphp
|
bb8ce3fcf0
|
_404方法并入E方法,用法:
原 _404('错误信息',$url);
改成 E('错误信息',404,$url);
$url参数如果省略则发送404头信息
|
2013-04-01 18:18:19 +08:00 |
|
thinkphp
|
b2b4edaee0
|
测试
|
2013-03-13 14:15:52 +08:00 |
|