Welcome Guest, Not a member yet? Register   Sign In
Need clarifications and ideas about config files
#1

[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
Code:
config->set_item()
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
#2

[eluser]InsiteFX[/eluser]
Use a settings table in the database.

InsiteFX




Theme © iAndrew 2016 - Forum software by © MyBB