Welcome Guest, Not a member yet? Register   Sign In
how can i use data from custom config in custom helper file
#1

[eluser]DanTyan[/eluser]
Hello

i need to use data from custom config in my helper file, is anybody know how i can do it?

now my code looks like this:
Code:
$this->config->load('compass');
$this->load->helper('design');

and in helper i need
Code:
function image($sImageName)
{
    return base_url() . $this->config->item('images', 'design') . $sImageName;
}

any ideas?


Messages In This Thread
how can i use data from custom config in custom helper file - by El Forum - 04-11-2008, 06:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB