I have a config file: application/config/breadcrumbs.php
Within the file I have the following configuration item:
$config['hide_number'] = TRUE;
How can I change the value of this config item through the controller.
I need to change the value of this config item one time only. How is this done???
$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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With