xplo.re Medusa Core Framework 3.2
  • Namespace
  • Constant
  • 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

Constant 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.

The value is often defined based on the default application cache configuration, e.g.:

define('core\\configuration\\CacheFilesTarget', Application\Cache . "\0file://./tmp?sub-level=2\0auto-detect:?sub-level=2");
Namespace: Core\Configuration
Package: Core\Cache
Since: 3.0
Located at Boot.inc.php

Value summary

string "auto-detect:?sub-level=2"
xplo.re Medusa Core Framework 3.2 API documentation generated by ApiGen