dirs
                                        
                    in
                    
                
                                            
        
        Directory base config
Table of Contents
| DATA_CONFIG | 'config' | |
|---|---|---|
| DATA_CACHE | 'cache' | |
| DATA_FMTMP | 'filemanager' | |
| DATA_LOGS | 'logs' | |
| DATA_STYLES | 'styles' | |
| DATA_SHARE | 'share' | |
| DATA_SMILEYS | 'smileys' | |
| DATA_TEMP | 'temp' | |
| DATA_UPLOADS | 'uploads' | |
| DATA_DBDUMP | 'dbdump' | |
| DATA_DBSTRUCT | 'dbstruct' | |
| DATA_DRAFTS | 'drafts' | |
| DATA_PROFILES | 'profiles' | |
| DATA_MODULES | 'modules' | |
| DATA_OPTIONS | 'options' | |
| DATA_BACKUP | 'backup' | |
| CORE_JS | 'js' | |
| CORE_THEME | 'theme' | |
| CORE_VIEWS | 'views' | |
| initDirs() | Initialisiert Basis-Ordner | bool | 
| initUrls() | Initialisiert Basis-URLs | bool | 
| getFullDirPath() | Kompletten Ordner-Pfad ausgehend von Basis-Ordner ermitteln | string | 
| getDataDirPath() | Kompletten Ordner-Pfad ausgehend von data-Ordner ermitteln | string | 
| getIncDirPath() | Kompletten Ordner-Pfad ausgehend von inc-Ordner ermitteln | string | 
| getCoreDirPath() | Komplette URL ausgehend von core-Ordner ermitteln | string | 
| getRootUrl() | Komplette URL ausgehend vom root-Ebene ermitteln | string | 
| getDataUrl() | Komplette URL ausgehend von data-Ordner ermitteln | string | 
| getCoreUrl() | Komplette URL ausgehend von core-Ordner ermitteln | string | 
| getLibUrl() | Komplette URL ausgehend von lib-Ordner ermitteln | string | 
Constants
DATA_CONFIG
        
        mixed
        $DATA_CONFIG
        = 'config'
    
    DATA_CACHE
        
        mixed
        $DATA_CACHE
        = 'cache'
    
    DATA_FMTMP
        
        mixed
        $DATA_FMTMP
        = 'filemanager'
    
    DATA_LOGS
        
        mixed
        $DATA_LOGS
        = 'logs'
    
    DATA_STYLES
        
        mixed
        $DATA_STYLES
        = 'styles'
    
    DATA_SHARE
        
        mixed
        $DATA_SHARE
        = 'share'
    
    DATA_SMILEYS
        
        mixed
        $DATA_SMILEYS
        = 'smileys'
    
    DATA_TEMP
        
        mixed
        $DATA_TEMP
        = 'temp'
    
    DATA_UPLOADS
        
        mixed
        $DATA_UPLOADS
        = 'uploads'
    
    DATA_DBDUMP
        
        mixed
        $DATA_DBDUMP
        = 'dbdump'
    
    DATA_DBSTRUCT
        
        mixed
        $DATA_DBSTRUCT
        = 'dbstruct'
    
    DATA_DRAFTS
        
        mixed
        $DATA_DRAFTS
        = 'drafts'
    
    DATA_PROFILES
        
        mixed
        $DATA_PROFILES
        = 'profiles'
    
    DATA_MODULES
        
        mixed
        $DATA_MODULES
        = 'modules'
    
    DATA_OPTIONS
        
        mixed
        $DATA_OPTIONS
        = 'options'
    
    DATA_BACKUP
        
        mixed
        $DATA_BACKUP
        = 'backup'
    
    CORE_JS
        
        mixed
        $CORE_JS
        = 'js'
    
    CORE_THEME
        
        mixed
        $CORE_THEME
        = 'theme'
    
    CORE_VIEWS
        
        mixed
        $CORE_VIEWS
        = 'views'
    
    Methods
initDirs()
Initialisiert Basis-Ordner
        private
                        static        initDirs(
                )
        : bool
    
    
    
        
            Return values
boolinitUrls()
Initialisiert Basis-URLs
        private
                        static        initUrls(
                )
        : bool
    
    
    
        
            Return values
boolgetFullDirPath()
Kompletten Ordner-Pfad ausgehend von Basis-Ordner ermitteln
        public
                        static        getFullDirPath(
                    
                            $type :
                string
                            
                    
            [,                 $path :
                string
                 = '' ]            
                    
            [,                 $base :
                bool
                 = false ]            
                )
        : string
    
    
            Parameters
- $type : string
 - $path : string = ''
 - $base : bool = false
 
Return values
stringgetDataDirPath()
Kompletten Ordner-Pfad ausgehend von data-Ordner ermitteln
        public
                        static        getDataDirPath(
                    
                            $type :
                string
                            
                    
            [,                 $path :
                string
                 = '' ]            
                    
            [,                 $base :
                bool
                 = false ]            
                )
        : string
    
    
            Parameters
- $type : string
 - $path : string = ''
 - $base : bool = false
 
Return values
stringgetIncDirPath()
Kompletten Ordner-Pfad ausgehend von inc-Ordner ermitteln
        public
                        static        getIncDirPath(
                    
            [                $path :
                string
                 = '' ]            
                )
        : string
    
    
            Parameters
- $path : string = ''
 
Return values
stringgetCoreDirPath()
Komplette URL ausgehend von core-Ordner ermitteln
        public
                        static        getCoreDirPath(
                    
                            $type :
                string
                            
                    
            [,                 $path :
                string
                 = '' ]            
                )
        : string
    
    
            Parameters
- $type : string
 - $path : string = ''
 
Return values
stringgetRootUrl()
Komplette URL ausgehend vom root-Ebene ermitteln
        public
                        static        getRootUrl(
                    
            [                $path :
                string
                 = '' ]            
                )
        : string
    
    
            Parameters
- $path : string = ''
 
Return values
stringgetDataUrl()
Komplette URL ausgehend von data-Ordner ermitteln
        public
                        static        getDataUrl(
                    
                            $type :
                string
                            
                    
            ,                 $path :
                string
                            
                )
        : string
    
    
            Parameters
- $type : string
 - $path : string
 
Return values
stringgetCoreUrl()
Komplette URL ausgehend von core-Ordner ermitteln
        public
                        static        getCoreUrl(
                    
                            $type :
                string
                            
                    
            [,                 $path :
                string
                 = '' ]            
                )
        : string
    
    
            Parameters
- $type : string
 - $path : string = ''
 
Return values
stringgetLibUrl()
Komplette URL ausgehend von lib-Ordner ermitteln
        public
                        static        getLibUrl(
                    
                            $path :
                string
                            
                )
        : string
    
    
            Parameters
- $path : string