PHP 的 MVC 框架,CodeIgniter 3.0.4 发布
CodeIgniter 是一个简单快速的PHP MVC 框架。EllisLab 的工作人员发布了 CodeIgniter。许多企业尝试体验过所有 PHP MVC 框架之后,CodeIgniter 都成为赢家,主要是由于它为组织提供了足够的自由支持,允许开发人员更迅速地工作。
自由意味着使用 CodeIgniter 时,您不必以某种方式命名数据库表,也不必根据表命名模型。这使 CodeIgniter 成为重构遗留 PHP 应用程序的理想选择,在此类遗留应用程序中,可能存在需要移植的所有奇怪的结构。
CodeIgniter 不需要大量代码(1.6.2 版本仅为 2.8 MB,其中的 1.3 MB 是可以删除的用户文档),也不会要求您插入类似于 PEAR 的庞大的库。它在 PHP 4 和 PHP 5 中表现同样良好,允许您创建可移植的应用程序。最后,您不必使用模板引擎来创建视图 — 只需沿用旧式的 HTML 和 PHP 即可。
CodeIgniter 3.0.1 发布,此版本主要更新内容如下:
-
General Changes
-
Updated :doc:`Security Library <libraries/security>` methodget_random_bytes()to use PHP 7'srandom_bytes()function when possible.
-
Updated :doc:`Encryption Library <libraries/security>` methodcreate_key()to use PHP 7'srandom_bytes()function when possible.
-
Added support forOFFSET-FETCHwith Oracle 12c for the 'oci8' and 'pdo/oci' drivers.
-
Added support for the newMYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERTconstant from PHP 5.6.16 for the 'mysqli' driver.
下载页面:3.0.4