Documentation

dirs
in package

Directory base config

Tags
author

Stefan Seehafer sea75300@yahoo.de

copyright

(c) 2011-2020, Stefan Seehafer

Table of Contents

CORE_JS  = 'js'
CORE_THEME  = 'theme'
CORE_VIEWS  = 'views'
DATA_BACKUP  = 'backup'
DATA_CACHE  = 'cache'
DATA_CONFIG  = 'config'
DATA_DBDUMP  = 'dbdump'
DATA_DBSTRUCT  = 'dbstruct'
DATA_DRAFTS  = 'drafts'
DATA_FMTMP  = 'filemanager'
DATA_LOGS  = 'logs'
DATA_MODULES  = 'modules'
DATA_OPTIONS  = 'options'
DATA_PROFILES  = 'profiles'
DATA_SHARE  = 'share'
DATA_SMILEYS  = 'smileys'
DATA_STYLES  = 'styles'
DATA_TEMP  = 'temp'
DATA_UPLOADS  = 'uploads'
getCoreDirPath()  : string
Komplette URL ausgehend von core-Ordner ermitteln
getCoreUrl()  : string
Komplette URL ausgehend von core-Ordner ermitteln
getDataDirPath()  : string
Kompletten Ordner-Pfad ausgehend von data-Ordner ermitteln
getDataUrl()  : string
Komplette URL ausgehend von data-Ordner ermitteln
getFullDirPath()  : string
Kompletten Ordner-Pfad ausgehend von Basis-Ordner ermitteln
getIncDirPath()  : string
Kompletten Ordner-Pfad ausgehend von inc-Ordner ermitteln
getLibUrl()  : string
Komplette URL ausgehend von lib-Ordner ermitteln
getRootUrl()  : string
Komplette URL ausgehend vom root-Ebene ermitteln
initDirs()  : bool
Initialisiert Basis-Ordner
initUrls()  : bool
Initialisiert Basis-URLs

Constants

CORE_JS

public mixed CORE_JS = 'js'

CORE_THEME

public mixed CORE_THEME = 'theme'

CORE_VIEWS

public mixed CORE_VIEWS = 'views'

DATA_BACKUP

public mixed DATA_BACKUP = 'backup'

DATA_CACHE

public mixed DATA_CACHE = 'cache'

DATA_CONFIG

public mixed DATA_CONFIG = 'config'

DATA_DBDUMP

public mixed DATA_DBDUMP = 'dbdump'

DATA_DBSTRUCT

public mixed DATA_DBSTRUCT = 'dbstruct'

DATA_DRAFTS

public mixed DATA_DRAFTS = 'drafts'

DATA_FMTMP

public mixed DATA_FMTMP = 'filemanager'

DATA_LOGS

public mixed DATA_LOGS = 'logs'

DATA_MODULES

public mixed DATA_MODULES = 'modules'

DATA_OPTIONS

public mixed DATA_OPTIONS = 'options'

DATA_PROFILES

public mixed DATA_PROFILES = 'profiles'

DATA_SHARE

public mixed DATA_SHARE = 'share'

DATA_SMILEYS

public mixed DATA_SMILEYS = 'smileys'

DATA_STYLES

public mixed DATA_STYLES = 'styles'

DATA_TEMP

public mixed DATA_TEMP = 'temp'

DATA_UPLOADS

public mixed DATA_UPLOADS = 'uploads'

Methods

getCoreDirPath()

Komplette URL ausgehend von core-Ordner ermitteln

public static getCoreDirPath(string $type[, string $path = '' ]) : string
Parameters
$type : string
$path : string = ''
Return values
string

getCoreUrl()

Komplette URL ausgehend von core-Ordner ermitteln

public static getCoreUrl(string $type[, string $path = '' ]) : string
Parameters
$type : string
$path : string = ''
Return values
string

getDataDirPath()

Kompletten Ordner-Pfad ausgehend von data-Ordner ermitteln

public static getDataDirPath(string $type[, string $path = '' ][, bool $base = false ]) : string
Parameters
$type : string
$path : string = ''
$base : bool = false
Return values
string

getDataUrl()

Komplette URL ausgehend von data-Ordner ermitteln

public static getDataUrl(string $type, string $path) : string
Parameters
$type : string
$path : string
Return values
string

getFullDirPath()

Kompletten Ordner-Pfad ausgehend von Basis-Ordner ermitteln

public static getFullDirPath(string $type[, string $path = '' ][, bool $base = false ]) : string
Parameters
$type : string
$path : string = ''
$base : bool = false
Return values
string

getIncDirPath()

Kompletten Ordner-Pfad ausgehend von inc-Ordner ermitteln

public static getIncDirPath([string $path = '' ]) : string
Parameters
$path : string = ''
Return values
string

getLibUrl()

Komplette URL ausgehend von lib-Ordner ermitteln

public static getLibUrl(string $path) : string
Parameters
$path : string
Return values
string

getRootUrl()

Komplette URL ausgehend vom root-Ebene ermitteln

public static getRootUrl([string $path = '' ]) : string
Parameters
$path : string = ''
Return values
string

initDirs()

Initialisiert Basis-Ordner

private static initDirs() : bool
Return values
bool

initUrls()

Initialisiert Basis-URLs

private static initUrls() : bool
Return values
bool

Search results