Commit Graph

15 Commits

Author SHA1 Message Date
thinkphp
788aeb686c 修正 2015-12-08 10:56:47 +08:00
huangdijia
f0c915b3db 修正 Parser的路径
规范 Slog的编码规则
2015-12-08 10:20:35 +08:00
upfy@qq.com
dfb9a73bea 添加socketlog调试的支持 2015-12-08 09:57:32 +08:00
thinkphp
5f1fe79e17 改进Config类和App类 Lange类
支持扩展配置文件分离
2015-12-01 19:47:57 +08:00
thinkphp
fa17feddf0 改进model类order方法
添加json类型支持 支持json字段查询例如 $map['user$.name'] = 'thinkphp'
escapeString方法采用PDO::quote方法
2015-11-21 12:06:00 +08:00
thinkphp
27e724bb3c PSR规范调整 2015-10-04 13:05:15 +08:00
thinkphp
1cfb3704c6 规范调整 2015-10-03 21:43:48 +08:00
thinkphp
e58fa93b59 app模式重构 2015-09-26 20:45:09 +08:00
thinkphp
cb9faf2aa9 设置了主从服务器后,支持从主服务器读数据
方法是在模型类中调用 readMaster方法
$this->readMaster()->select();

该方法当此调用有效
2015-06-12 15:21:08 +08:00
thinkphp
36a84e75de 添加api接口的支持 2015-05-12 15:34:04 +08:00
thinkphp
979b6a2d3e 改进数据库驱动类的异常处理 2015-05-07 11:58:47 +08:00
thinkphp
e96ac8493f session类和input类调整
注释调整
2015-02-23 20:54:16 +08:00
thinkphp
6ecc2963f1 改进数据库驱动 2015-01-29 14:31:45 +08:00
huangdijia
a2716ad313 修正 命名空间大小写
修正 扩展控制器目录位置
2015-01-23 13:39:51 +08:00
thinkphp
b32d00b7f8 更新 2015-01-22 09:29:54 +08:00