Creating new web site based on old CI version |
The simplest thing to do would be to port it to 2.2.2, which should require few, if any, changes to the code to get things working. However, 2.2.2 is only receiving security updates for a few more months. Still, it's a good first step to make sure things are working before making the big upgrade to 3.0.
The upgrade guide for upgrading from 2.2.x to 3.0 is pretty thorough. There are only a handful of things that would really require a lot of work to get ported over to 3.0. The current versions of PHP are supported by both CI 2.2.2 and 3.0. MySQL access is not a problem, though you should configure the site to use the mysqli driver instead of the deprecated mysql driver. jQuery animation is a non-issue, because CodeIgniter doesn't interfere with it in any way. |
Messages In This Thread |
Creating new web site based on old CI version - by drhowarddrfine - 07-13-2015, 02:16 PM
RE: Creating new web site based on old CI version - by mwhitney - 07-14-2015, 06:24 AM
RE: Creating new web site based on old CI version - by Blair2004 - 07-14-2015, 12:05 PM
RE: Creating new web site based on old CI version - by drhowarddrfine - 07-14-2015, 01:38 PM
RE: Creating new web site based on old CI version - by mwhitney - 07-15-2015, 06:46 AM
RE: Creating new web site based on old CI version - by InsiteFX - 10-28-2018, 11:05 AM
|