idea: move settings from conf/settings.php into the database

seems like permissions issues are a big stumbling block for new users, and they can be really difficult to correct.
also developers all use their own unique methods to configure their extensions and this can be pretty confusing.
to kill these two birds, why don't we get together and write up some standards for extension development, and make vanilla and all the extensions store settings in the database?
wait, is this what that meta-extension does? well, maybe we should standardize that.
0
This discussion has been closed.
Comments
Haha, I take it you haven't found a solution yet? :P
Was this the result of testing, or a hunch? Seems to me that it would be a quick query to a relatively small table, and would be possible to cache. File IO isn't free either.