Welcome Guest, Not a member yet? Register   Sign In
loading a config file from a different directory
#5

[eluser]Avatar[/eluser]
ISSUE RESOLVED:

I had to add a second param to $this->load->config() ($this->config->load(),same thing)

like so:
Code:
$this->load->config('../views/'.$this->environ->template.'config/theme',true,true);
print_r($this->config->item('theme'));
give me array of theme configuration options


Messages In This Thread
loading a config file from a different directory - by El Forum - 03-06-2008, 01:46 PM
loading a config file from a different directory - by El Forum - 03-06-2008, 03:57 PM
loading a config file from a different directory - by El Forum - 03-06-2008, 08:39 PM
loading a config file from a different directory - by El Forum - 03-06-2008, 11:01 PM
loading a config file from a different directory - by El Forum - 03-07-2008, 12:51 AM



Theme © iAndrew 2016 - Forum software by © MyBB