Welcome Guest, Not a member yet? Register   Sign In
Constant
#2

[eluser]InsiteFX[/eluser]
The right place to place them is in ./application/config/constants.php at the bottom.

Also when you define a constant it should be uppercase like this.
Code:
define('ABSOLUTE_PATH', "/htdocs/public/www/somefolder");

$data['absolute_path'] = ABSOLUTE_PATH;


Messages In This Thread
Constant - by El Forum - 08-13-2012, 07:00 AM
Constant - by El Forum - 08-13-2012, 08:02 AM
Constant - by El Forum - 08-13-2012, 02:19 PM
Constant - by El Forum - 08-16-2012, 12:01 PM



Theme © iAndrew 2016 - Forum software by © MyBB