Welcome Guest, Not a member yet? Register   Sign In
How to know CI version
#1

Hello,

I'm restarting on a project that I have made on CI 2.3, but I think that the project was updated to CI 3 when EllisLab was the owner but I'm not sure.

How can I know which CI version I'm using ?

Thanks
Reply
#2

Hello,

You should try :

<?php

echo CI_VERSION;

?>

or check the file system/core/CodeIgniter.php
Reply
#3

Hi,
Use CI_VERSION constant.
NexoPOS 2.6.2 available on CodeCanyon.
Reply
#4

you should be able to 'echo CI_VERSION'. It's also define()'d at the top of /system/core/CodeIgniter.php
Reply
#5

2.1.4 :o

Nice tips, thanks you Big Grin
Reply




Theme © iAndrew 2016 - Forum software by © MyBB