01-09-2019, 01:15 AM
How to change base config dynamic?
In Ci3 If you would like to dynamically set a config item or change an existing one, you can do so using:
Can I dynamically set the controller to Ci4?
Example: $defaultLocale, $supportedLocales, $appTimezone
In Ci3 If you would like to dynamically set a config item or change an existing one, you can do so using:
Code:
$this->config->set_item('item_name', 'item_value');
Can I dynamically set the controller to Ci4?
Example: $defaultLocale, $supportedLocales, $appTimezone