发布于 2017-11-02 23:57:12 | 152 次阅读 | 评论: 0 | 来源: 网友投递
CakePHP PHP开源框架
CakePHP是一个运用了诸如ActiveRecord、Association Data Mapping、Front Controller和MVC等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的PHP开发人员快速地开发出健壮的Web应用,而 又不失灵活性。
CakePHP 3.5.5 发布了。CakePHP 是一个运用了诸如 ActiveRecord、Association Data Mapping、Front Controller 和 MVC 等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的 PHP 开发人员快速地开发出健壮的 Web 应用,而又不失灵活性。
更新内容:
SQLServer no longer reports double column lengths for NVARCHAR and NCHAR
columns.
IntegrationTestSuite::enableCsrfToken()
no longer emits errors when the POST body is a string.
Response::getType()
has been added as a replacement for Response::type()
.
NetworkSocket
now supports explicit use of TLS1.1 and 1.2. Support for SSL2 is deprecated and will be removed in 4.0.0.
IntegrationTestCase::assertResponseCode()
now allows custom messages to be set.
CakeHttpClientFormData::addFile()
now adds parts as documented.
Router::$initialized
is deprecated. As we migrate to routes being loaded via middleware this property will no longer be in use.
TableSchema
now provides more succinct debug information.
更多内容请查看 changelog
下载地址: