Skip to content

Commit 4337771

Browse files
committed
Add step to move existing core extensions to new folder
1 parent 1d79efe commit 4337771

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

user_guide_src/source/installation/upgrade_200.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,14 @@ All native CodeIgniter classes now use the PHP 5 \__construct()
8787
convention. Please update extended libraries to call
8888
parent::\__construct().
8989

90-
Step 8: Update your user guide
90+
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/liblraries folder must be moved to the new
95+
application/core folder.
96+
97+
Step 9: Update your user guide
9198
==============================
9299

93100
Please replace your local copy of the user guide with the new version,

0 commit comments

Comments
 (0)