System:Settings
From Aspen Documentation
The settings class allows you to save configurations to the database and load them, primarily for settings that need to be changed through the UI.
| Function | Description |
|---|---|
| getConfig | Saves a configuration value to the database. If the configuration key doesn't exist, it attempts to return the value from the file-based configuration settings. |
| setConfig | Stores a key/value combination to the database. |