Namespace Core\Configuration
Constants summary
ApplicationPath | Mandatory base URL path for web applications. |
CacheFilesTarget | Cache files storage. List of URIs separated by a |
Charset | Mandatory default character set to automatically activate during
startup. See the |
EnableAutoload | Auto-loader switch. If defined and set to a value that evaluates to
|
EnableProfiler | Profiler level control. If defined and set to a value that evaluates
to |
FaultErrorThreshold | Mandatory upper limit of errors handled by the Core fault handler before giving up and stopping execution. |
FaultHandler | Mandatory class name of the Core fault handler. |
FaultHandlerLinkage | Module linkage driver URI used to format links to source files in debug report backtraces. If configured, the fault handler automatically configures the linkage driver based on this configuration value during its initialisation. |
FaultHandlerLinkageFormat | Module linkage driver URI used to format module name in debug report backtraces. If configured, the fault handler automatically configures the linkage driver based on this configuration value during its initialisation. |
FileSuffix | Mandatory file suffix configuration. On different platforms a different file suffix for PHP or a certain PHP version may have to be used instead. Set to the appropriate file extension of the Core framework in use. |
MaxVersion | Maximum Core version required by the application. Should be defined in the application configuration if multiple Core versions are available. The Version Manager will automatically select the best Core version to use. |
MinVersion | Minimum Core version required by the application. Should be defined in the application configuration if multiple Core versions are available. The Version Manager will automatically select the best Core version to use. |
TemporaryFilesTarget | Temporary files storage. List of URIs separated by a |