System:Bootstrap:config

From Aspen Documentation

Returns a value for any configuration key, no matter which config file it's in. For default Aspen configurations, see the configuration list.

Since 1.0

Arguments

mixed config ([string $key = false])

key
Array index/key value.

Returns

Returns mixed values. Configurations may be set to any type. Returns false if a key was not found.

Examples

Example:

$this->APP->config('application_name');