Page 2 of 2

Re: Best way to persist configuration

Posted: Thu Jan 28, 2010 10:47 pm
by josh
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.