Welcome Guest, Not a member yet? Register   Sign In
Where should this config array go?
#4

[eluser]InsiteFX[/eluser]
If you name your array:
Code:
$config['key'] = 'value';

// then load it or add it to the ./application/config/autoload.php
$this->config->load('filename');

// to access values
$value = $this->config->item('item name');

CodeIgniter User Guide - Config Class


Messages In This Thread
Where should this config array go? - by El Forum - 02-22-2012, 01:31 AM
Where should this config array go? - by El Forum - 02-22-2012, 01:41 AM
Where should this config array go? - by El Forum - 02-22-2012, 02:31 AM
Where should this config array go? - by El Forum - 02-22-2012, 02:32 AM
Where should this config array go? - by El Forum - 02-22-2012, 03:23 AM



Theme © iAndrew 2016 - Forum software by © MyBB