发布于 2016-03-22 00:24:54 | 195 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的CodeIgniter 用户指南,程序狗速度看过来!
CodeIgniter开源PHP开发框架
CodeIgniter 是一个简单快速的PHP MVC框架。EllisLab 的工作人员发布了 CodeIgniter。许多企业尝试体验过所有 PHP MVC 框架之后,CodeIgniter 都成为赢家,主要是由于它为组织提供了足够的自由支持,允许开发人员更迅速地工作。
CodeIgniter 3.0.6 发布了。
改进日志:
General Changes
Added a destructor to Cache Library ‘memcached’ driver to ensure that Memcache(d) connections are properly closed.
Deprecated Form Validation Library method prep_for_form().
Fixed a bug (#4516) - Form Validation Library always accepted empty array inputs.
Fixed a bug where Session Library allowed accessing $_SESSION values as class properties but isset() didn’t work on them.
Fixed a bug where Form Validation Library modified the $_POST array when the data being validated was actually provided via set_data().
Fixed a bug (#4539) - Migration Library applied migrations before validating that all migrations within the requested version range are valid.
Fixed a bug (#4539) - Migration Library triggered failures for migrations that are out of the requested version range.
下载地址:https://codeigniter.com/download