Commit Graph

  • bb8ce3fcf0 _404方法并入E方法,用法: 原 _404('错误信息',$url); 改成 E('错误信息',404,$url); $url参数如果省略则发送404头信息 thinkphp 2013-04-01 18:18:19 +08:00
  • fb82fe8596 Think\parser类 改进 thinkphp 2013-04-01 17:24:17 +08:00
  • 37359db93c Think\TagLib类 改成 Think\Template\Taglib类 thinkphp 2013-04-01 16:26:51 +08:00
  • 257de134e4 类不存在的异常不再手动捕获 系统自动捕获 thinkphp 2013-04-01 16:18:53 +08:00
  • 7d980d41c7 修正A方法 thinkphp 2013-04-01 15:00:50 +08:00
  • 39282ac471 改进Think\Error类的appShutdown方法 thinkphp 2013-04-01 13:33:40 +08:00
  • a248444605 Think\Error类的appShutdown方法改进 thinkphp 2013-04-01 13:25:56 +08:00
  • 05fc4d7497 Think\Oauth的getAccessToken方法参数 加上参数 thinkphp 2013-04-01 11:24:43 +08:00
  • 2377aabaf4 修正Controller类 thinkphp 2013-04-01 11:22:56 +08:00
  • 61925c8ae5 行为类规范 thinkphp 2013-04-01 11:05:06 +08:00
  • 6f5db51323 数组定义规范统一 thinkphp 2013-04-01 11:03:19 +08:00
  • 668aca97c8 调整Oauth类的实例化参数 thinkphp 2013-04-01 10:56:57 +08:00
  • 574b41b380 去除调试代码 thinkphp 2013-04-01 10:53:02 +08:00
  • 41d177289c Think\Parser类调整 代码规范调整 thinkphp 2013-04-01 10:51:18 +08:00
  • d0e2fbafb3 Think\Error类简化 thinkphp 2013-03-31 10:32:10 +08:00
  • 7890bca611 throw_exception方法简化为E方法 删除redirect方法和N方法 thinkphp 2013-03-31 10:15:32 +08:00
  • 0a0a8d0dce 修改Loader类的注释 thinkphp 2013-03-30 18:11:38 +08:00
  • 2602e1622b Model类实例化Db类的方法改变 thinkphp 2013-03-30 13:30:55 +08:00
  • 97f9395a96 Think\Db类改进 支持静态化调用驱动类的方法 Think、Debug类的debug方法改进 增加getQueryTimes和getExecuteTimes方法 thinkphp 2013-03-30 13:25:21 +08:00
  • d58c1aa106 Think\Config类增加parse方法 支持其他格式的配置文件解析导入 thinkphp 2013-03-29 21:53:28 +08:00
  • b16067caf3 Oauth类增加setToken方法 thinkphp 2013-03-29 20:50:44 +08:00
  • c2638c98ef 增加Think\Oauth类库和相关驱动 thinkphp 2013-03-29 17:50:01 +08:00
  • 9d0f671d2a 模板引擎类的display和fetch方法改进 thinkphp 2013-03-29 11:52:19 +08:00
  • 8ac5b41c42 添加ConfigParser 配置文件解析类 thinkphp 2013-03-29 11:46:35 +08:00
  • 49f94accec 添加内容解析类 thinkphp 2013-03-29 11:34:14 +08:00
  • de5e3ff191 改进Template类 thinkphp 2013-03-28 21:47:06 +08:00
  • f3f1b42ea4 修正 thinkphp 2013-03-28 21:44:03 +08:00
  • 8a03692db5 修正Template类 thinkphp 2013-03-28 21:43:03 +08:00
  • 21269f0963 模板引擎的编译缓存采用驱动方式分离 thinkphp 2013-03-28 21:38:48 +08:00
  • 9ac9551c41 修正Cx标签库的notbetween标签解析 thinkphp 2013-03-28 13:49:08 +08:00
  • edb1b47a48 取消base文件中的filter_exp函数并入Input类 thinkphp 2013-03-27 12:03:43 +08:00
  • 0e1f77e0fa 增加I方法用于系统变量获取 thinkphp 2013-03-27 11:41:49 +08:00
  • c919fdf1ae 改进Input类 thinkphp 2013-03-27 11:40:32 +08:00
  • f4cd2b4457 改进Think\Input类 支持PHP内置的filter规则,例如: Input::get('id',FILTER_VALIDATE_INT,0); 以及支持字符串标识的过滤 Input::get('email','email'); thinkphp 2013-03-27 11:38:02 +08:00
  • a2ecbb7faa 增加Input和Filter类 thinkphp 2013-03-27 11:30:15 +08:00
  • daec8267ed 修正Think\App类中的别名加载方法 thinkphp 2013-03-26 10:53:36 +08:00
  • dcb7fa34f2 取消Think\Route类的import方法 thinkphp 2013-03-25 22:21:32 +08:00
  • fb15a8f487 Think\Route的add方法更名为register方法 并支持批量注册功能(仅限于单个请求类型) 同时 get post put delete 和any 方法均支持 批量注册功能 thinkphp 2013-03-25 22:07:55 +08:00
  • bbfa7eac23 添加项目初始化文件和模块初始化文件支持 可以覆盖内置初始化机制 thinkphp 2013-03-25 21:48:19 +08:00
  • 45e320f0c4 Think\Route类的map方法支持批量添加映射规则 import方法添加第二个参数指定路由规则的请求类型,默认为get thinkphp 2013-03-25 21:35:42 +08:00
  • 67fe684845 注释修改 thinkphp 2013-03-25 21:06:14 +08:00
  • fa5afa1d11 改进Think\Route类的闭包定义和调用 支持传入参数 thinkphp 2013-03-25 21:03:01 +08:00
  • f426a438cf 改进Think\Route类 支持url映射定义 thinkphp 2013-03-25 16:53:53 +08:00
  • a28899656b Think\Route类改进 增加add等方法用于注册路由规则 并添加请求类型支持 路由规则支持闭包 thinkphp 2013-03-25 14:37:02 +08:00
  • 3a77fd3a23 Think\Db\Driver类 删除queryID属性 oracle驱动类 添加parseLock方法 thinkphp 2013-03-25 11:36:23 +08:00
  • d91ac474d1 自动验证类Think\Validate和自动完成Think\Auto类 分离 thinkphp 2013-03-18 20:53:59 +08:00
  • 7856f7777d 添加Think\Model\Lite 类 采用Think\Db\Lite 数据库连接层,仅用于原生sql操作,支持PDO参数绑定等安全措施 thinkphp 2013-03-18 12:42:52 +08:00
  • 647d47ccb4 数据库中间层改为PDO 增加Think\Db\Lite 用于操作原生SQL需求 thinkphp 2013-03-17 18:56:15 +08:00
  • dec45af1aa pathinfo URL规则修改还原 thinkphp 2013-03-14 14:42:55 +08:00
  • 90fac61dea 添加url_pathinfo_rule参数用于设置模块的PATHINFO URL规则 例如: 'url_pathinfo_rule' => 'c/id?a=index', thinkphp 2013-03-14 14:14:41 +08:00
  • b96c650a1e 命名规范调整 thinkphp 2013-03-14 09:40:43 +08:00
  • 7b1541e1f8 Controll更改为Controller thinkphp 2013-03-13 17:46:03 +08:00
  • 4b739dabd7 添加应用状态配置文件支持 thinkphp 2013-03-13 17:04:12 +08:00
  • e43e62197b 修改版本号为4.0beta thinkphp 2013-03-13 16:58:43 +08:00
  • ef2cd3baf7 修改import方法 thinkphp 2013-03-13 16:57:50 +08:00
  • b2b4edaee0 测试 thinkphp 2013-03-13 14:15:52 +08:00