What version of CI am I running |
For your version you can have a look at system/core/CodeIgniter.php Or you can use "echo CI_VERSION;".
You can read the documentation about upgrading process: http://www.codeigniter.com/userguide3/in...ading.html Probably the most relevant ones are: http://www.codeigniter.com/userguide3/in...e_200.html http://www.codeigniter.com/userguide3/in...e_300.html I believe all the upgrades from 2.0 tot 2.2 all just involve replacing the system dir, no need to change your own application. |
Messages In This Thread |
What version of CI am I running - by vdvn - 09-14-2015, 12:04 AM
RE: What version of CI am I running - by Diederik - 09-14-2015, 01:19 AM
RE: What version of CI am I running - by Muzikant - 09-14-2015, 01:21 AM
RE: What version of CI am I running - by vdvn - 09-14-2015, 01:28 AM
|