xplo.re Medusa Core Framework 3.2
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Event
  • Todo
  • Download

Namespaces

  • Core
    • Authentication
      • Auto
        • Driver
      • Driver
    • Cache
      • Driver
    • Charset
      • Driver
    • Configuration
      • Driver
    • Controller
    • Converter
      • Driver
    • Decoder
      • Driver
    • Encoder
      • Driver
    • Env
      • Authentication
      • Locale
      • Proxy
      • Server
        • HTTP
        • Redirect
        • X
    • Exception
    • Exchange
      • Driver
    • Fault
      • Formatter
        • Driver
      • Incident
        • Exception
      • Reporter
        • Driver
    • Field
    • Filter
      • Driver
    • Formatter
      • Driver
        • coreuimarkup
          • Token
    • Hash
    • Loader
    • Locale
    • Log
      • Driver
    • Module
      • Dependency
        • Requirement
          • Core
          • PHP
      • Linkage
        • Driver
    • PDF
    • Plugin
    • Query
      • Driver
    • Server
      • Driver
    • Session
      • Driver
    • Set
    • Storage
      • Driver
      • Field
        • Element
    • Stream
      • Driver
    • String
    • Translation
      • Driver
      • Language
        • Driver
    • Type
    • URI
      • Driver
    • Version
    • View
      • Driver
        • coreui
          • Control
            • Button
            • Table
          • Element
        • htmlbuilder
          • Tags
        • yui
          • Modules
  • None
  • PHP

Constants

  • ApplicationPath
  • CacheFilesTarget
  • Charset
  • EnableAutoload
  • EnableProfiler
  • FaultErrorThreshold
  • FaultHandler
  • FaultHandlerLinkage
  • FaultHandlerLinkageFormat
  • FileSuffix
  • TemporaryFilesTarget

Namespace Core\Configuration

Namespaces summary

Core\Configuration\Driver

Constants summary

ApplicationPath Mandatory base URL path for web applications.
CacheFilesTarget

Cache files storage. List of URIs separated by a NUL character. Allowed parameters for file (and therefore auto-detect) URIs are sub-level, to specify the number of sub-directories to create for cache files and sub-mode, to set the default mode for directories created to the corresponding octal value.

Charset

Mandatory default character set to automatically activate during startup.

EnableAutoload

Auto-loader switch. If defined and set to a value that evaluates to true, the Core auto-loader is automatically loaded and activated during boot.

EnableProfiler

Profiler level control. If defined and set to a value that evaluates to true, the profiler is automatically loaded and activated.

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.

TemporaryFilesTarget

Temporary files storage. List of URIs separated by a NUL character. Used by Registry::temporaryTarget().

xplo.re Medusa Core Framework 3.2 API documentation generated by ApiGen