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 +++++- user_guide/installation/upgrading.html | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'user_guide/installation') 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.

diff --git a/user_guide/installation/upgrading.html b/user_guide/installation/upgrading.html index 6df93b12d..eb1cd9d93 100644 --- a/user_guide/installation/upgrading.html +++ b/user_guide/installation/upgrading.html @@ -60,6 +60,7 @@ Upgrading from a Previous Version

Please read the upgrade notes corresponding to the version you are upgrading from.