1
I use the Codeigniter, and I made a config
and now I can’t set the value for it. Actually I can, but the value is only for the Controller
current. If I switch to another and pull that config
, the value is reset again. That’s right?
I make the change this way:
$this->config->set_item('teste', TRUE);
Yes, that would be the question! After posting this question, I started thinking and I realized it too!! rsrsrsrsrsr Thank you so much for your help friend!! Hug
– Wagner