thinkphp
|
04773e33f4
|
修正Create类的自动生成方法
|
2013-04-07 15:19:08 +08:00 |
|
thinkphp
|
24755c4cf6
|
改进Think\Create类,支持自动生成模块的公共文件
|
2013-04-07 15:08:03 +08:00 |
|
thinkphp
|
d4944bd9ca
|
引导文件添加 自动创建脚本支持
|
2013-04-07 14:31:05 +08:00 |
|
thinkphp
|
2f2a7efbc3
|
添加Think\Create类 用于框架的自动生成机制
|
2013-04-07 14:30:13 +08:00 |
|
thinkphp
|
5ed6af8363
|
改进View类
|
2013-04-06 18:31:34 +08:00 |
|
thinkphp
|
c0fc7e2971
|
View类增加模板主题支持 模板定位行为并入View类
|
2013-04-06 17:46:36 +08:00 |
|
thinkphp
|
4f3f63a3bb
|
View类增加http方法,用于设置视图输出参数。
|
2013-04-06 16:04:01 +08:00 |
|
thinkphp
|
263598458f
|
Think\Config类的parse方法 支持自动识别 解析文件类型
Config::parse('my_config.ini','ini');
可以简化成
Config::parse('my_config.ini');
|
2013-04-03 15:03:38 +08:00 |
|
thinkphp
|
9bfd2bd319
|
定义系统类库映射文件alias.php
|
2013-04-03 12:04:35 +08:00 |
|
thinkphp
|
b282238c7f
|
还原上次提交
|
2013-04-02 17:55:19 +08:00 |
|
thinkphp
|
85b90ec882
|
添加log方法用于记录日志信息
|
2013-04-02 17:52:39 +08:00 |
|
thinkphp
|
64c976e11d
|
改进App、Error和View类
改进Log类 简化驱动类的定义
|
2013-04-02 17:46:26 +08:00 |
|
thinkphp
|
083b312c96
|
缓存驱动类更新
|
2013-04-02 15:57:27 +08:00 |
|
thinkphp
|
3de1949696
|
去掉Error类里面的多余调试代码
|
2013-04-01 18:22:17 +08:00 |
|
thinkphp
|
bb8ce3fcf0
|
_404方法并入E方法,用法:
原 _404('错误信息',$url);
改成 E('错误信息',404,$url);
$url参数如果省略则发送404头信息
|
2013-04-01 18:18:19 +08:00 |
|
thinkphp
|
fb82fe8596
|
Think\parser类 改进
|
2013-04-01 17:24:17 +08:00 |
|
thinkphp
|
37359db93c
|
Think\TagLib类 改成 Think\Template\Taglib类
|
2013-04-01 16:26:51 +08:00 |
|
thinkphp
|
257de134e4
|
类不存在的异常不再手动捕获 系统自动捕获
|
2013-04-01 16:18:53 +08:00 |
|
thinkphp
|
7d980d41c7
|
修正A方法
|
2013-04-01 15:00:50 +08:00 |
|
thinkphp
|
39282ac471
|
改进Think\Error类的appShutdown方法
|
2013-04-01 13:33:40 +08:00 |
|
thinkphp
|
a248444605
|
Think\Error类的appShutdown方法改进
|
2013-04-01 13:25:56 +08:00 |
|
thinkphp
|
05fc4d7497
|
Think\Oauth的getAccessToken方法参数 加上参数
|
2013-04-01 11:24:43 +08:00 |
|
thinkphp
|
2377aabaf4
|
修正Controller类
|
2013-04-01 11:22:56 +08:00 |
|
thinkphp
|
61925c8ae5
|
行为类规范
|
2013-04-01 11:05:06 +08:00 |
|
thinkphp
|
6f5db51323
|
数组定义规范统一
|
2013-04-01 11:03:19 +08:00 |
|
thinkphp
|
668aca97c8
|
调整Oauth类的实例化参数
|
2013-04-01 10:56:57 +08:00 |
|
thinkphp
|
574b41b380
|
去除调试代码
|
2013-04-01 10:53:02 +08:00 |
|
thinkphp
|
41d177289c
|
Think\Parser类调整
代码规范调整
|
2013-04-01 10:51:18 +08:00 |
|
thinkphp
|
d0e2fbafb3
|
Think\Error类简化
|
2013-03-31 10:32:10 +08:00 |
|
thinkphp
|
7890bca611
|
throw_exception方法简化为E方法
删除redirect方法和N方法
|
2013-03-31 10:15:32 +08:00 |
|
thinkphp
|
0a0a8d0dce
|
修改Loader类的注释
|
2013-03-30 18:11:38 +08:00 |
|
thinkphp
|
2602e1622b
|
Model类实例化Db类的方法改变
|
2013-03-30 13:30:55 +08:00 |
|
thinkphp
|
97f9395a96
|
Think\Db类改进 支持静态化调用驱动类的方法
Think、Debug类的debug方法改进
增加getQueryTimes和getExecuteTimes方法
|
2013-03-30 13:25:21 +08:00 |
|
thinkphp
|
d58c1aa106
|
Think\Config类增加parse方法 支持其他格式的配置文件解析导入
|
2013-03-29 21:53:28 +08:00 |
|
thinkphp
|
b16067caf3
|
Oauth类增加setToken方法
|
2013-03-29 20:50:44 +08:00 |
|
thinkphp
|
c2638c98ef
|
增加Think\Oauth类库和相关驱动
|
2013-03-29 17:50:01 +08:00 |
|
thinkphp
|
9d0f671d2a
|
模板引擎类的display和fetch方法改进
|
2013-03-29 11:52:19 +08:00 |
|
thinkphp
|
8ac5b41c42
|
添加ConfigParser 配置文件解析类
|
2013-03-29 11:46:35 +08:00 |
|
thinkphp
|
49f94accec
|
添加内容解析类
|
2013-03-29 11:34:14 +08:00 |
|
thinkphp
|
de5e3ff191
|
改进Template类
|
2013-03-28 21:47:06 +08:00 |
|
thinkphp
|
f3f1b42ea4
|
修正
|
2013-03-28 21:44:03 +08:00 |
|
thinkphp
|
8a03692db5
|
修正Template类
|
2013-03-28 21:43:03 +08:00 |
|
thinkphp
|
21269f0963
|
模板引擎的编译缓存采用驱动方式分离
|
2013-03-28 21:38:48 +08:00 |
|
thinkphp
|
9ac9551c41
|
修正Cx标签库的notbetween标签解析
|
2013-03-28 13:49:08 +08:00 |
|
thinkphp
|
edb1b47a48
|
取消base文件中的filter_exp函数并入Input类
|
2013-03-27 12:03:43 +08:00 |
|
thinkphp
|
0e1f77e0fa
|
增加I方法用于系统变量获取
|
2013-03-27 11:41:49 +08:00 |
|
thinkphp
|
c919fdf1ae
|
改进Input类
|
2013-03-27 11:40:32 +08:00 |
|
thinkphp
|
f4cd2b4457
|
改进Think\Input类 支持PHP内置的filter规则,例如:
Input::get('id',FILTER_VALIDATE_INT,0);
以及支持字符串标识的过滤
Input::get('email','email');
|
2013-03-27 11:38:02 +08:00 |
|
thinkphp
|
a2ecbb7faa
|
增加Input和Filter类
|
2013-03-27 11:30:15 +08:00 |
|
thinkphp
|
daec8267ed
|
修正Think\App类中的别名加载方法
|
2013-03-26 10:53:36 +08:00 |
|