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:
- Add Cake \ Database \ Type \DateTimeType::setTimezone(), you can enable automatic time zone conversion of values before inserting into the database.
- 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
- CakePHP download address:
Click to download
The above is the detailed content of PHP rapid development framework CakePHP 3.6.0-RC2 released -CSDN. For more information, please follow other related articles on the PHP Chinese website!