From Aspen Documentation
Returns a configuration value from the db.
Since 1.0
Arguments
mixed getConfig (string $key)
- key
- Config key to pull.
Returns
Returns a string of the value returned from the database, or false if none found.
Examples
Example:
$this->APP->settings->getConfig('exampleconfig')