Settings vs. Configuration

There are two different way to store configuration for NKPOS:

  • Settings: Everything environment specific (Database Access, Log file, Debug, e.g.). To be set in php/inc/settings.inc.php and accessed by $SETTINGS (use global!)
  • Configuration: Everything else which is not environment specific and should be exported / imported (Login, Products, Attributes, e.g.). To be set in administrator UI and accessed by config object.