From 64b44a22605f6aca5ae43c78b7e220625846216e Mon Sep 17 00:00:00 2001 From: Greg Aker Date: Tue, 9 Nov 2010 14:15:33 -0600 Subject: Fix #48 linking CI 2.x upgrade notes. Also including an instruction to extend CI_ classes. --- user_guide/installation/upgrade_200.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'user_guide/installation/upgrade_200.html') diff --git a/user_guide/installation/upgrade_200.html b/user_guide/installation/upgrade_200.html index 58ed6e5ce..fa57dfb25 100644 --- a/user_guide/installation/upgrade_200.html +++ b/user_guide/installation/upgrade_200.html @@ -102,7 +102,11 @@ to

-

Step 5: Update your user guide

+

Step 5: Update Class extension

+

All core classes are now prefixed with CI_. Update Models and Controllers to extend CI_Model and CI_Controller, respectively.

+ + +

Step 6: Update your user guide

Please replace your local copy of the user guide with the new version, including the image files.

-- cgit v1.2.3-24-g4f1b