Welcome Guest, Not a member yet? Register   Sign In
Quick Help
#1

[eluser]eokorie[/eluser]
I have a config item that looks like this:

Code:
$config['direct_test']['strPurchaseURL']         = 'https://test.sagepay.com/gateway/service/vspdirect-register.vsp';

Is there a way I can use config_item() to retrieve the value of that config item?
#2

[eluser]regal2157[/eluser]
http://ellislab.com/codeigniter/user-gui...onfig.html

Fetching config items is the third section down.

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




Theme © iAndrew 2016 - Forum software by © MyBB