Class Configuration
Configuration class implementation.
- Core\Base\Configuration
-
Configurations\Production\Configuration
-
Configurations\Staging\Configuration
-
Configurations\Development\Configuration
-
Configurations\CI\Configuration
Methods summary
Methods inherited from Core\Base\Configuration
__clone()
,
__construct()
,
getInstance()
,
mode()
,
modes()
,
modifyPath()
,
modifyURL()
,
paths()
,
setMode()
,
setupModes()
,
urls()
Properties summary
public
array
|
$CACHE
$CACHE Cache related configuration options. |
#
array(
'adapter' => 'FileSystem',
'routes' => false,
'labels' => false,
'db_schema' => true,
'database' => array(
'table_name' => 'cache',
'fields' => array(
'cache_key',
'value',
'expire',
),
),
'redis' => array(
'scheme' => 'tcp',
'host' => 'localhost',
'port' => 6379,
'timeout' => 5.0,
),
)
|
public
(int|string)[]
|
$DB
$DB DSN (Data source name). |
#
array(
'adapter' => 'pdo_mysql',
'host' => 'mysql',
'port' => 3306,
'user' => 'root',
'password' => 'dbs1cret',
'name' => 'silla_io',
'tables_prefix' => '',
'encryption_key' => '25c6c7ff35bd13b0ff9979b151f2136c',
'crypt_vector' => 'dasn312321nssa1k',
)
|
Properties inherited from Configurations\Development\Configuration
Properties inherited from Configurations\Production\Configuration
$CAPTCHA_LOGIN_ATT
,
$ROUTER
,
$USER_AUTH
,
$USER_MAX_LOGIN_ATT