AppStateESS / phpwebsite

phpWebSite Content Management System
Other
33 stars 39 forks source link

Phpws branch config files #314

Open trf000 opened 7 years ago

trf000 commented 7 years ago

So, right now, each branch has it's own config/core/config directory with a config.php file that contains a single file: config.php

What if it didn't though?

What if it all either wrote to a single config file, separated by branch. Or maybe have the config information stored in the DB?

It just seems that the config/core/config is a carryover from the pre 1.x days of phpwebsite and probably needs to be addressed. We recently changed servers, web and database, and changing that information on every config file might be a problem that can be addressed in a single location.

Stardog commented 7 years ago

It is definitely a relic and I'd rather have branch configuration done from an interface.