From e79d41a0de8a21db83fdb6b3e25ae65c9923c46d Mon Sep 17 00:00:00 2001 From: Pascal Kriete Date: Wed, 10 Nov 2010 16:41:23 -0500 Subject: Userguide tweaks to show proper PHP 5 examples and removing the compat helper from the menu. --- user_guide/installation/upgrade_200.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'user_guide/installation') diff --git a/user_guide/installation/upgrade_200.html b/user_guide/installation/upgrade_200.html index fa57dfb25..16c7d8d3b 100644 --- a/user_guide/installation/upgrade_200.html +++ b/user_guide/installation/upgrade_200.html @@ -100,13 +100,16 @@ to

Please read how to use this method in the Encryption library documentation.

-

+

Step 5: Remove loading calls for the compatibility helper.

+

The compatibility helper has been removed from the CodeIgniter core. All methods in it should be natively available in supported PHP versions.

-

Step 5: Update Class extension

+

Step 6: Update Class extension

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

+

Step 7: Update Parent Constructor calls

+

All native CodeIgniter classes now use the PHP 5 __construct() convention. Please update extended libraries to call parent::__construct().

-

Step 6: Update your user guide

+

Step 8: 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