How to change the value of a config item in the controller? - Codeigniter How to change the value of a config item in the controller? - Codeigniter codeigniter codeigniter

How to change the value of a config item in the controller? - Codeigniter


$this->config->load('breadcrumbs');$this->config->set_item('hide_number', 'your value');

See the docs for more info:

http://codeigniter.com/user_guide/libraries/config.html