Best way to persist configuration
Moderator: General Moderators
Re: Best way to persist configuration
Included files are in the same scope as their "includer". THats the same thing as using globals. might as well just actually use an actual global variable to set the config. Makes it easier to split the configuration into multiple files when it grows larger.