CampFireManager is a talk scheduling tool for conferences - such as barcamps or fixed schedule conferences
16
stars
9
forks
source link
Config values, when undefined, yet specified in code, should create those values in the config table, rather than leaving them in memory only. #135
Open
JonTheNiceGuy opened 12 years ago
This gets around having to pre-define all the config values, yet lets us see those values in the API on demand.
Alternatively, we will need to find all instances of Object_Config::brokerByID('key', 'default value') and populate those into the setup routine.