We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54c04c5 + 7c00a8b commit 929a5a2Copy full SHA for 929a5a2
user_guide_src/source/installation/upgrade_4xx.rst
@@ -94,6 +94,9 @@ General Adjustments
94
**Helpers**
95
96
- Helpers are pretty much the same as before, though some have been simplified.
97
+- In CI4, ``redirect()`` returns a ``RedirectResponse`` instance instead of redirecting and terminating script execution. You must return it.
98
+ - `redirect() Documentation CodeIgniter 3.X <https://codeigniter.com/userguide3/helpers/url_helper.html#redirect>`_
99
+ - `redirect() Documentation CodeIgniter 4.X <../general/common_functions.html#redirect>`_
100
101
**Events**
102
0 commit comments