PHP 开发框架 3.4.0-RC2 发布了。CakePHP 是一个运用了诸如 ActiveRecord、Association Data Mapping、Front Controller 和 MVC 等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的 PHP 开发人员快速地开发出健壮的 Web 应用,而又不失灵活性。更新内容:
-
Router::prefix()
now supports apath
option for customizing a prefix scope's URL path. -
Postgres dialect now correctly handles nullable datetime columns.
-
SqlServer dialect now correctly handles nullable datetime columns.
-
Http\Client
correctly generates request URIs when behind an HTTP proxy. -
Improved API documentation.
-
Xml::build()
now supports theparseHuge
option to enable very large XML payloads to be loaded. -
A regression causing CLI subcommands to not inherit the parent shell's options and arguments was fixed.
下载地址