Explain how to set and get config item value in Codeigniter?
To set config value $this->config->set_item('mainURL','bestinterviewquestion.com');
we can use this.
To get config value $this->config->set_item('mainURL');
we can use this.
BY Best Interview Question ON 13 Jan 2019