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 f46e726 + 0b42795 commit e0d5464Copy full SHA for e0d5464
user_guide_src/source/installation/upgrade_200.rst
@@ -87,7 +87,14 @@ All native CodeIgniter classes now use the PHP 5 \__construct()
87
convention. Please update extended libraries to call
88
parent::\__construct().
89
90
-Step 8: Update your user guide
+Step 8: Move any core extensions to application/core
91
+====================================================
92
+
93
+Any extensions to core classes (e.g. MY_Controller.php) in your
94
+application/libraries folder must be moved to the new
95
+application/core folder.
96
97
+Step 9: Update your user guide
98
==============================
99
100
Please replace your local copy of the user guide with the new version,
0 commit comments