发布于 2017-08-03 00:16:52 | 165 次阅读 | 评论: 0 | 来源: 网友投递
CakePHP PHP开源框架
CakePHP是一个运用了诸如ActiveRecord、Association Data Mapping、Front Controller和MVC等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的PHP开发人员快速地开发出健壮的Web应用,而 又不失灵活性。
CakePHP 是一个运用了诸如 ActiveRecord、Association Data Mapping、Front Controller 和 MVC 等著名设计模式的快速开发框架。项目旨在提供一个结构化框架,让所有级别的 PHP 开发者都能够快速开发强大的 Web 应用,而不损失灵活性。
CakePHP 3.4.12 是 3.4 分支的维护版本,修复了社区报告的几个问题。
Shell::out()
and similar methods once again handle array inputs.
CakeHttpClient
now raises a 504 HttpException when a timeout occurs.
Improved deprecation comments in API doc blocks.
CakeHttpClient
response bodies can be read with the PSR7 interface once again.
Improved SQLServer 2008 pagination shims to work when results are ordered by a computed field.
DefaultPasswordHasher
now includes the hashCost option as a factor into whether or not a password needs to be rehashed.
IntegrationTestCase
now correctly generates form-tampering prevention tokens for requests with query string arguments in the URL string.
Empty translation messages now return the key for messages with no context.
下载地址: