Trait IniProps
Direct Known Users
MvcCore\ConfigIndirect Known Users
MvcCore\Ext\Configs\Cached
protected static
string
|
$systemConfigPath
System config relative path from app root. This value could be changed to any value at the very application start. |
#
'/%appPath%/config.ini'
|
protected static
array
|
$specialValues
INI special values to type into |
#
[
'true' => TRUE,
'on' => TRUE,
'yes' => TRUE,
'false' => FALSE,
'off' => FALSE,
'no' => FALSE,
'none' => FALSE,
'null' => NULL,
]
|