Home  >  Article  >  Backend Development  >  PHP CodeIgniter 4.3 is released with major changes!

PHP CodeIgniter 4.3 is released with major changes!

藏色散人
藏色散人forward
2023-02-22 11:24:383727browse

PHP CodeIgniter 4.3 is released with major changes!

Thanks to the team and many contributors, we have released v4.3.0 with many enhancements.

Unfortunately, there are some breaking changes, so please upgrade with caution. Please read Change History and Upgrade Guide carefully.

You must update the spark executable and some configuration files.

Most existing applications require no further intervention unless you use custom classes that extend framework classes.

The default values ​​in some configuration files have been changed, and existing applications are generally not affected unless you have changed the configuration values ​​yourself.

This version includes over 50 enhancements. The more important thing is:

  • Query Builder supports upsert(), upsertBatch(), deleteBatch(), and now the *batch() method can set data from the query

  • Database Forge supports adding indexes and named indexes to existing tables

  • "spark route" command enhancement

  • CLI Command Test Improvements

  • View Cells Enhancements

You can view the list of enhancements in the Change Record

Change record: https://www.codeigniter.com/user_guide/changelogs/v4.3.0.html

Upgrade guide: https://www.codeigniter.com/ user_guide/installation/upgrade_430.html

ViewForum Announcement

Recommended learning: "PHP Video Tutorial"

The above is the detailed content of PHP CodeIgniter 4.3 is released with major changes!. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:zhihu.com. If there is any infringement, please contact admin@php.cn delete