We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
4
1 parent 82a1d53 commit c704227Copy full SHA for c704227
1 file changed
user_guide_src/source/installation/upgrade_controllers.rst
@@ -16,7 +16,7 @@ What has been changed
16
17
- Since namespaces have been added to CodeIgniter 4, the controllers must be changed to support namespaces.
18
- Controllers don't use constructors any more (to invoke CI 'magic') unless those are part of base controllers you make.
19
-- CI provides Request and Response objects for you to work with - more powerful than the CI3-way.
+- CI4 provides Request and Response objects for you to work with - more powerful than the CI3-way.
20
- If you want a base controller (``MY_Controller`` in CI3), make it where you like,
21
e.g., BaseController extends Controller, and then have your controllers extend it
22
0 commit comments