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

PHP CodeIgniter 4.3 is released with major changes!

藏色散人
Release: 2023-04-11 10:34:02
forward
3807 people have browsed it

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!

Related labels:
source:zhihu.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template