Welcome Guest, Not a member yet? Register   Sign In
include set of custom variables and array
#2

[eluser]LuckyFella73[/eluser]
Just found in the userguide that it's possible to load this kind of files like:
Code:
$this->load->file('system/application/config/own_config.php', true);

my conf file now looks like:
Code:
$this->clearGIF  = '<img src="'.base_url().'clear.gif" width="1" height="1" border ="0" alt="">';

and in the view I can acess the vars like:
Code:
&lt;?php echo($this->clearGIF); ?&gt;

Just in case someone else has the same question ...


Messages In This Thread
include set of custom variables and array - by El Forum - 08-27-2008, 04:29 AM
include set of custom variables and array - by El Forum - 08-27-2008, 05:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB