diff options
author | Greg Aker <greg.aker@ellislab.com> | 2010-11-09 21:15:33 +0100 |
---|---|---|
committer | Greg Aker <greg.aker@ellislab.com> | 2010-11-09 21:15:33 +0100 |
commit | 64b44a22605f6aca5ae43c78b7e220625846216e (patch) | |
tree | 31ef183a7876b811b7528bf3f13171168db41bf7 | |
parent | 16fcb2e706651c5d81bae56d0223f467c1e291da (diff) |
Fix #48 linking CI 2.x upgrade notes. Also including an instruction to extend CI_ classes.
-rw-r--r-- | user_guide/installation/upgrade_200.html | 6 | ||||
-rw-r--r-- | user_guide/installation/upgrading.html | 1 |
2 files changed, 6 insertions, 1 deletions
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 </p> -<h2>Step 5: Update your user guide</h2> +<h2>Step 5: Update Class extension</h2> +<p>All core classes are now prefixed with <kbd>CI_</kbd>. Update Models and Controllers to extend CI_Model and CI_Controller, respectively.</p> + + +<h2>Step 6: Update your user guide</h2> <p>Please replace your local copy of the user guide with the new version, including the image files.</p> </div> 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 <p>Please read the upgrade notes corresponding to the version you are upgrading from.</p> <ul> +<li><a href="upgrade_200.html">Upgrading from 1.7.2 to 2.0</a></li> <li><a href="upgrade_172.html">Upgrading from 1.7.1 to 1.7.2</a></li> <li><a href="upgrade_171.html">Upgrading from 1.7.0 to 1.7.1</a></li> <li><a href="upgrade_170.html">Upgrading from 1.6.3 to 1.7.0</a></li> |