Welcome Guest, Not a member yet? Register   Sign In
How to call a config item
#1

[eluser]satie[/eluser]
Why if I use

Code:
$var  = $this->config->item('encryption_key');

CI returns
PHP Fatal error: Call to a member function item() on a non-object ...

The documentation says:
To retrieve an item from your config file, use the following function:

Code:
$this->config->item('item name');

Thanks


Messages In This Thread
How to call a config item - by El Forum - 06-27-2012, 06:30 AM
How to call a config item - by El Forum - 06-27-2012, 07:09 AM
How to call a config item - by El Forum - 06-27-2012, 07:14 AM
How to call a config item - by El Forum - 06-27-2012, 07:40 AM
How to call a config item - by El Forum - 06-27-2012, 08:41 AM
How to call a config item - by El Forum - 06-27-2012, 08:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB