PHP rapid development framework CakePHP 3.6.0-RC2 is released. This is a candidate version of version 3.6.0. If no major issues are found in the next few weeks, it will Become a stable version.
Download address
Update:
- Added Cake\Database\Type\DateTimeType::setTimezone() to enable automatic timezone of values before inserting into database Convert.
- Enhance support for UTF8 file names in Cake\Filesystem\File.
- Add BodyParserMiddleware to replace the content type analysis function of RequestHandlerComponent with middleware.
- New Collection::append(), prepend(), appendItem(), prependItem().
- #The PaginatorHelper will reset the page parameters to 1 every time the sort field is changed.
- #Event no longer throws an error for properties defined in subclasses.
See the release announcement for details.
- Detailed introduction of CakePHP: Click to view the download address of
- CakePHP: Click to download
The above is the detailed content of PHP rapid development framework CakePHP 3.6.0-RC2 released. For more information, please follow other related articles on the PHP Chinese website!