Welcome Guest, Not a member yet? Register   Sign In
Where are the defines located? CI_VERSION
#1

[eluser]RJ[/eluser]
Does anyone know where are the defines are located in CI?
Code:
<?php echo CI_VERSION ?>

Thanks
#2

[eluser]Jelmer[/eluser]
Not all constants are defined in the same place. APPPATH, FCPATH, BASEPATH, EXT and SELF for instance are defined in the index.php. Others are set in the constants.php config file in application/config.

The CI_VERSION constant is defined in the system/codeigniter/CodeIngiter.php file on line 31 in version 1.7.0.
#3

[eluser]RJ[/eluser]
Thanks @Jelmer




Theme © iAndrew 2016 - Forum software by © MyBB