Commit Graph

1965 Commits

Author SHA1 Message Date
thinkphp
dd8fb56b10 改进视图驱动类 2016-05-21 23:11:21 +08:00
thinkphp
90c5dc79ed 修正Query类的getLastSql方法 2016-05-21 17:25:53 +08:00
thinkphp
60f6d10e16 完善Error类 2016-05-21 17:16:02 +08:00
thinkphp
744cdaebff 取消 url_module_map 配置参数 改进Redis session驱动 2016-05-21 15:21:12 +08:00
thinkphp
3bcb764973 修正Builder类的selectinsert方法 2016-05-21 14:42:37 +08:00
thinkphp
f3aceca2b0 改进Query类的field方法 2016-05-21 11:38:18 +08:00
thinkphp
25981119ad Query类的view方法field参数支持字符串 2016-05-21 10:24:08 +08:00
thinkphp
2005296267 修正File类 2016-05-21 09:26:56 +08:00
thinkphp
e1abc0844b 改进Builder类对field字符串的空格支持 2016-05-20 23:53:23 +08:00
thinkphp
f7e26259d0 Query类增加view方法用于视图查询 2016-05-20 23:30:26 +08:00
thinkphp
e6d8a22c3b 改进Route类 2016-05-20 21:44:40 +08:00
thinkphp
b289af3070 改进Relation类 2016-05-20 21:19:24 +08:00
thinkphp
277e253e44 修正Route类一处BUG 2016-05-20 19:13:11 +08:00
thinkphp
26270b2ca9 改进Route类,支持分组名使用变量 2016-05-20 18:03:36 +08:00
thinkphp
36a3bdc875 改进Hook类的日志记录 2016-05-20 17:13:27 +08:00
thinkphp
a24a2155eb 修正Hook类 改进Template对于布局的处理 2016-05-20 16:59:26 +08:00
thinkphp
d9416c7e2d 修正 2016-05-20 16:49:28 +08:00
thinkphp
5f053e4aa7 Hook类的行为添加支持 对象和方法 2016-05-20 16:43:34 +08:00
thinkphp
34c80c1116 改进 2016-05-20 16:30:28 +08:00
thinkphp
b67e98ad2b 改进Request类的root方法 2016-05-20 16:28:25 +08:00
thinkphp
1ad2f7af31 改进Request类 2016-05-20 16:14:22 +08:00
thinkphp
d4993fa37c 修正Model类的字段类型获取 2016-05-20 15:52:32 +08:00
thinkphp
92496f65a1 Query类增加getlastsql方法 2016-05-20 14:47:20 +08:00
thinkphp
82eb899990 统一后缀设置为不带点号 2016-05-20 14:26:32 +08:00
thinkphp
626d0a2674 改进Request和Url类 去掉base_url配置参数 2016-05-20 14:11:13 +08:00
thinkphp
685d7ef3b7 修正视图驱动 2016-05-20 12:01:38 +08:00
thinkphp
952d18af17 视图驱动类增加exists方法用于判断模板文件是否存在 2016-05-20 11:27:21 +08:00
thinkphp
6dd393bd71 改进Query类的insertGetId方法 支持传入自增序列名 2016-05-20 11:10:20 +08:00
thinkphp
97e12c1a8a 改进Socket驱动 2016-05-20 10:28:45 +08:00
thinkphp
6c294b58fc Model类destroy方法返回成功删除的记录数 2016-05-19 22:14:56 +08:00
thinkphp
b235c16589 Merge branch 'master' of https://github.com/top-think/framework 2016-05-19 18:42:45 +08:00
thinkphp
40d4bfe4da 改进Request类baseUrl和basePath方法 2016-05-19 18:42:20 +08:00
yunwuxin
681d5d223b 修正注释 2016-05-19 18:41:46 +08:00
thinkphp
5ba8795e7d Merge branch 'master' of https://github.com/top-think/framework 2016-05-19 16:57:51 +08:00
thinkphp
9a8b8d8a8d 改进Request的baseUrl方法 2016-05-19 16:57:05 +08:00
yunwuxin
8f17ad6c88 修正 2016-05-19 16:07:31 +08:00
thinkphp
c006e281cb 修正 2016-05-19 16:06:35 +08:00
thinkphp
cf460cdc8d Merge branch 'master' of https://github.com/top-think/framework 2016-05-19 16:02:13 +08:00
thinkphp
7eed63c2ee 改进Request类的url相关方法 (仍需完善) 2016-05-19 16:01:47 +08:00
ThinkPHP
bf363dc151 Merge pull request #82 from gjianbo/patch-1
Update Query.php
2016-05-19 15:31:41 +08:00
thinkphp
6b77a1dc2d Merge branch 'master' of https://github.com/top-think/framework 2016-05-19 15:16:17 +08:00
thinkphp
cc084267a5 修正File类 改进Input类的file方法 2016-05-19 15:15:46 +08:00
gjianbo
7a0d387e10 Update Query.php 2016-05-19 15:02:21 +08:00
yunwuxin
048ba67207 修正分页类自动获取当前url 2016-05-19 14:38:45 +08:00
thinkphp
45d2962eb3 修正File类 2016-05-19 14:33:40 +08:00
thinkphp
e5de35ed43 改进Response类create方法 支持自定义子类的命名空间位置 2016-05-19 13:36:10 +08:00
thinkphp
efb65117ad 去掉Loader::autoload方法的日志记录 2016-05-19 13:32:11 +08:00
thinkphp
e151d70f62 query类增加sequence方法 用于设置 自增序列名 2016-05-19 12:38:11 +08:00
thinkphp
34a6285ba2 取消File类的uniqid规则 改为自己传入即可 2016-05-19 11:57:40 +08:00
thinkphp
9c1d65addb 改进Model 2016-05-19 11:44:04 +08:00