发布于 2016-10-29 00:20:52 | 170 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的CodeIgniter 用户指南,程序狗速度看过来!
CodeIgniter开源PHP开发框架
CodeIgniter 是一个简单快速的PHP MVC框架。EllisLab 的工作人员发布了 CodeIgniter。许多企业尝试体验过所有 PHP MVC 框架之后,CodeIgniter 都成为赢家,主要是由于它为组织提供了足够的自由支持,允许开发人员更迅速地工作。
CodeIgniter 3.1.2 发布了,
改变:
Security
Fixed a number of new vulnerabilities in :doc:`Security Library <libraries/security>` method xss_clean().
General Changes
Allowed PHP 4-style constructors (Mathching_name::Matching_name() methods) to be used as routes, if there's a__construct() to override them.
Bug 修复:
Fixed a regression (#4874) - :doc:`Session Library <libraries/sessions>` didn't take into accountsession.hash_bits_per_character when validating session IDs.
Fixed a bug (#4871) - :doc:`Query Builder <database/query_builder>` method update_batch() didn't properly handle identifier escaping.
Fixed a bug (#4884) - :doc:`Query Builder <database/query_builder>` didn't properly parse field names ending in 'is' when used inside WHERE and HAVING statements.
Fixed a bug where CI_Log, CI_Output, CI_Email and CI_Zip didn't handle strings in a byte-safe manner whenmbstring.func_override is enabled.
下载地址: