Welcome Guest, Not a member yet? Register   Sign In
Set config item not working
#31

[eluser]Unknown[/eluser]
TRY this :

$this->config->load('tweet', true);//load config first

//begin set new value
$this->config->set_item('tweet_consumer_key','your new value');
$this->config->set_item('tweet_consumer_secret','your new value');

$this->load->library('tweet');//if you have lib connected to config place here


echo $this->config->item('tweet_consumer_key');


//hope that would help...




Theme © iAndrew 2016 - Forum software by © MyBB