11-30-2010, 12:21 PM
[eluser]JoeDRL[/eluser]
Hello all,
I need a little bit of clarification on CI's config class.
It sais on the user_guide that using will dynamically update that configuration but it is only for the time of the execution script? It's a little bit confusing in the user guide.
Then, knowing that, how do you guys manage real configuration files, that you can modify with a script?
(An exemple of this would be creating a page for the administrator to deactivate registration to the site.)
I think using a database table for the different configurations would be a pain in the ass for that purpose.
I must admit that I'm quite disappointed as I thought the config class was exactly made for that.
Thank you,
JoeDRL
Hello all,
I need a little bit of clarification on CI's config class.
It sais on the user_guide that using
Code:
config->set_item()
Then, knowing that, how do you guys manage real configuration files, that you can modify with a script?
(An exemple of this would be creating a page for the administrator to deactivate registration to the site.)
I think using a database table for the different configurations would be a pain in the ass for that purpose.
I must admit that I'm quite disappointed as I thought the config class was exactly made for that.
Thank you,
JoeDRL