thinkphp
|
1f593930af
|
更名为 traits\controller\jump 内置放入 \think\controller
继承 \think\Controller 后可以直接使用下面三个方法:
return $this->error('错误');
return $this->success('成功');
return $this->redirect('index/hello');
|
2015-12-24 11:36:42 +08:00 |
|
thinkphp
|
f1a02a74b3
|
改进写法
|
2015-12-20 10:59:42 +08:00 |
|
thinkphp
|
097f993b32
|
修改controller类的架构方法参数
|
2015-12-18 10:41:46 +08:00 |
|
thinkphp
|
e5d08d8f0c
|
取消controller的config方法
|
2015-12-18 10:30:28 +08:00 |
|
huangdijia
|
c3d1b63635
|
修正一处controller注释
|
2015-12-16 14:45:07 +08:00 |
|
thinkphp
|
ca86ee8007
|
修正
|
2015-12-11 21:08:19 +08:00 |
|
thinkphp
|
67c8bb5cde
|
controller类默认use traits
|
2015-12-10 15:44:54 +08:00 |
|
thinkphp
|
9b94cb9d4b
|
controller类增加config属性
|
2015-12-09 17:12:24 +08:00 |
|
huangdijia
|
b6837ab37b
|
简化控制器,view抽离成为trait
|
2015-12-09 14:54:50 +08:00 |
|
thinkphp
|
386228958b
|
改写 控制器类的 error和sucess方法
|
2015-12-08 23:30:41 +08:00 |
|
thinkphp
|
3cf65dd413
|
view类增加show方法
|
2015-12-08 18:28:39 +08:00 |
|
yicheng
|
47335634e9
|
注释和规范化调整及完善
注释和规范化调整及完善,以及部分代码优化
|
2015-12-06 01:56:10 +08:00 |
|
thinkphp
|
3b21161c0a
|
规范修正
|
2015-10-04 22:32:55 +08:00 |
|
thinkphp
|
27e724bb3c
|
PSR规范调整
|
2015-10-04 13:05:15 +08:00 |
|
thinkphp
|
1cfb3704c6
|
规范调整
|
2015-10-03 21:43:48 +08:00 |
|
thinkphp
|
5c00b163ae
|
修正控制器错误
|
2015-09-26 21:01:25 +08:00 |
|
thinkphp
|
e58fa93b59
|
app模式重构
|
2015-09-26 20:45:09 +08:00 |
|
thinkphp
|
b543317bbd
|
类名规范
|
2015-05-12 15:37:37 +08:00 |
|
thinkphp
|
36a84e75de
|
添加api接口的支持
|
2015-05-12 15:34:04 +08:00 |
|
thinkphp
|
2e9be1464d
|
支持简单定义前置操作
|
2015-05-08 09:03:16 +08:00 |
|
thinkphp
|
9095fabef0
|
改进注释
|
2015-05-07 23:25:54 +08:00 |
|
thinkphp
|
222038734d
|
添加前置操作定义支持
|
2015-05-07 23:20:07 +08:00 |
|
thinkphp
|
7bb958636e
|
更新核心
|
2015-03-27 15:38:46 +08:00 |
|
huangdijia
|
ae2ac61cf4
|
优化json不转义中文
修正transform加载路径
|
2015-03-11 08:39:10 +08:00 |
|
thinkphp
|
e96ac8493f
|
session类和input类调整
注释调整
|
2015-02-23 20:54:16 +08:00 |
|
thinkphp
|
b8344fa91a
|
配置文件调整
控制器类的ajaxReturn方法调整
|
2015-02-23 15:38:12 +08:00 |
|
huangdijia
|
55adc28ac0
|
修正 命名空间大小写
|
2015-01-24 09:32:35 +08:00 |
|
thinkphp
|
b32d00b7f8
|
更新
|
2015-01-22 09:29:54 +08:00 |
|