发布于 2016-01-13 07:49:15 | 261 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的CodeIgniter 用户指南,程序狗速度看过来!
CodeIgniter开源PHP开发框架
CodeIgniter 是一个简单快速的PHP MVC框架。EllisLab 的工作人员发布了 CodeIgniter。许多企业尝试体验过所有 PHP MVC 框架之后,CodeIgniter 都成为赢家,主要是由于它为组织提供了足够的自由支持,允许开发人员更迅速地工作。
CodeIgniter 3.0.1 发布,此版本主要更新内容如下:
General Changes
Updated :doc:`Security Library <libraries/security>` method get_random_bytes()
to use PHP 7's random_bytes()
function when possible.
Updated :doc:`Encryption Library <libraries/security>` method create_key()
to use PHP 7's random_bytes()
function when possible.
:doc:`Database <database/index>`
Added support for OFFSET-FETCH
with Oracle 12c for the 'oci8' and 'pdo/oci' drivers.
Added support for the new MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT
constant from PHP 5.6.16 for the 'mysqli' driver.
下载页面:3.0.4