System:Settings:setConfig

From Aspen Documentation

Sets a configuration value to the database.

Since 1.0

Arguments

void setConfig ([string $key = false], [string $value = false])

key
Configuration identification key. Must be unique, and is used to retrieve this data.
value
Value to set config to.

Returns

This function does not return any value.

Examples

Example:

$this->APP->settings->setConfig('exampleconfig', 'testvalue')