|
* 增加 $config['cookie_secure'],允许在https下设置cookie;
* 增加了 CI_CORE 允许在Core和Reactor中选择;
* 在index.php入口文件增加了 ENVIRONMENT 参数,允许设置不同的错误报告,如development、testing、production;
* 为表单验证增加了decimal, less_than 和 greater_than;
* 为输入类增加了不需要提供参数的 post() 和 get()方法;
* 对输出类增加了set_content_type()方便输出 Content-Type;
* 修改了form_open(),无参时间提交到到当前页;
我的翻译:http://www.ctochina.net/kb/show/codeigniter-2.0.1 请向的翻译拍砖吧:) |
评分
-
查看全部评分
|