config.php
Autogenerable configuration file
Zed. The immensity of stars. The HyperShip. The people.
(c) 2010, Dereckson, some rights reserved. Released under BSD license.
Tags
Table of Contents
Constants
- BUFFER_SIZE = 4096
- CACHE_DIR = \Keruald\OmniTools\OS\Environment::getOr('CACHE_DIR', 'cache')
- CONTENT_DIR = \Keruald\OmniTools\OS\Environment::getOr('CONTENT_DIR', 'content')
- CONTENT_USERS_DIR = \Keruald\OmniTools\OS\Environment::getOr('CONTENT_USERS_DIR', \CONTENT_DIR . '/users')
- PHOTOS_DIR = \CONTENT_DIR . "/users/_photos"
- PHOTOS_URL = $Config['StaticContentURL'] . '/content/users/_photos'
- SCENE_DIR = \CONTENT_DIR . "/scenes"
- SCENE_URL = $Config['StaticContentURL'] . '/content/scenes'
- STORIES_DIR = \CONTENT_DIR . "/stories"
- TABLE_API_KEYS = $prefix . 'api_keys'
- TABLE_BODIES = $prefix . 'geo_bodies'
- TABLE_COMMENTS = $prefix . 'comments'
- TABLE_CONTENT_FILES = $prefix . 'content_files'
- TABLE_CONTENT_LOCATIONS = $prefix . 'content_locations'
- TABLE_CONTENT_ZONES = $prefix . 'content_zones'
- TABLE_CONTENT_ZONES_LOCATIONS = $prefix . 'content_zones_locations'
- TABLE_LOCATIONS = $prefix . 'geo_locations'
- TABLE_LOG = $prefix . 'log'
- TABLE_LOG_SMARTLINE = $prefix . 'log_smartline'
- TABLE_MESSAGES = $prefix . 'messages'
- TABLE_MOTD = $prefix . 'motd'
- TABLE_PAGES = $prefix . 'pages'
- TABLE_PAGES_EDITS = $prefix . 'pages_edits'
- TABLE_PERSOS = $prefix . 'persos'
- TABLE_PERSOS_FLAGS = $prefix . 'persos_flags'
- TABLE_PERSOS_NOTES = $prefix . 'persos_notes'
- TABLE_PLACES = $prefix . 'geo_places'
- TABLE_PORTS = $prefix . 'ports'
- TABLE_PROFILES = $prefix . 'profiles'
- TABLE_PROFILES_COMMENTS = $prefix . 'profiles_comments'
- TABLE_PROFILES_PHOTOS = $prefix . 'profiles_photos'
- TABLE_PROFILES_TAGS = $prefix . 'profiles_tags'
- TABLE_REGISTRY = $prefix . 'registry'
- TABLE_REQUESTS = $prefix . 'requests'
- TABLE_REQUESTS_REPLIES = $prefix . 'requests_replies'
- TABLE_SESSIONS = $prefix . 'sessions'
- TABLE_SHIPS = $prefix . 'ships'
- TABLE_USERS = $prefix . 'users'
- TABLE_USERS_AUTH = $prefix . 'users_auth'
- TABLE_USERS_INVITES = $prefix . 'users_invites'
Functions
- loadEnvironment() : mixed
Constants
BUFFER_SIZE
public
mixed
BUFFER_SIZE
= 4096
CACHE_DIR
public
mixed
CACHE_DIR
= \Keruald\OmniTools\OS\Environment::getOr('CACHE_DIR', 'cache')
CONTENT_DIR
public
mixed
CONTENT_DIR
= \Keruald\OmniTools\OS\Environment::getOr('CONTENT_DIR', 'content')
CONTENT_USERS_DIR
public
mixed
CONTENT_USERS_DIR
= \Keruald\OmniTools\OS\Environment::getOr('CONTENT_USERS_DIR', \CONTENT_DIR . '/users')
PHOTOS_DIR
public
mixed
PHOTOS_DIR
= \CONTENT_DIR . "/users/_photos"
PHOTOS_URL
public
mixed
PHOTOS_URL
= $Config['StaticContentURL'] . '/content/users/_photos'
SCENE_DIR
public
mixed
SCENE_DIR
= \CONTENT_DIR . "/scenes"
SCENE_URL
public
mixed
SCENE_URL
= $Config['StaticContentURL'] . '/content/scenes'
STORIES_DIR
public
mixed
STORIES_DIR
= \CONTENT_DIR . "/stories"
TABLE_API_KEYS
public
mixed
TABLE_API_KEYS
= $prefix . 'api_keys'
TABLE_BODIES
public
mixed
TABLE_BODIES
= $prefix . 'geo_bodies'
TABLE_COMMENTS
public
mixed
TABLE_COMMENTS
= $prefix . 'comments'
TABLE_CONTENT_FILES
public
mixed
TABLE_CONTENT_FILES
= $prefix . 'content_files'
TABLE_CONTENT_LOCATIONS
public
mixed
TABLE_CONTENT_LOCATIONS
= $prefix . 'content_locations'
TABLE_CONTENT_ZONES
public
mixed
TABLE_CONTENT_ZONES
= $prefix . 'content_zones'
TABLE_CONTENT_ZONES_LOCATIONS
public
mixed
TABLE_CONTENT_ZONES_LOCATIONS
= $prefix . 'content_zones_locations'
TABLE_LOCATIONS
public
mixed
TABLE_LOCATIONS
= $prefix . 'geo_locations'
TABLE_LOG
public
mixed
TABLE_LOG
= $prefix . 'log'
TABLE_LOG_SMARTLINE
public
mixed
TABLE_LOG_SMARTLINE
= $prefix . 'log_smartline'
TABLE_MESSAGES
public
mixed
TABLE_MESSAGES
= $prefix . 'messages'
TABLE_MOTD
public
mixed
TABLE_MOTD
= $prefix . 'motd'
TABLE_PAGES
public
mixed
TABLE_PAGES
= $prefix . 'pages'
TABLE_PAGES_EDITS
public
mixed
TABLE_PAGES_EDITS
= $prefix . 'pages_edits'
TABLE_PERSOS
public
mixed
TABLE_PERSOS
= $prefix . 'persos'
TABLE_PERSOS_FLAGS
public
mixed
TABLE_PERSOS_FLAGS
= $prefix . 'persos_flags'
TABLE_PERSOS_NOTES
public
mixed
TABLE_PERSOS_NOTES
= $prefix . 'persos_notes'
TABLE_PLACES
public
mixed
TABLE_PLACES
= $prefix . 'geo_places'
TABLE_PORTS
public
mixed
TABLE_PORTS
= $prefix . 'ports'
TABLE_PROFILES
public
mixed
TABLE_PROFILES
= $prefix . 'profiles'
TABLE_PROFILES_COMMENTS
public
mixed
TABLE_PROFILES_COMMENTS
= $prefix . 'profiles_comments'
TABLE_PROFILES_PHOTOS
public
mixed
TABLE_PROFILES_PHOTOS
= $prefix . 'profiles_photos'
TABLE_PROFILES_TAGS
public
mixed
TABLE_PROFILES_TAGS
= $prefix . 'profiles_tags'
TABLE_REGISTRY
public
mixed
TABLE_REGISTRY
= $prefix . 'registry'
TABLE_REQUESTS
public
mixed
TABLE_REQUESTS
= $prefix . 'requests'
TABLE_REQUESTS_REPLIES
public
mixed
TABLE_REQUESTS_REPLIES
= $prefix . 'requests_replies'
TABLE_SESSIONS
public
mixed
TABLE_SESSIONS
= $prefix . 'sessions'
TABLE_SHIPS
public
mixed
TABLE_SHIPS
= $prefix . 'ships'
TABLE_USERS
public
mixed
TABLE_USERS
= $prefix . 'users'
TABLE_USERS_AUTH
public
mixed
TABLE_USERS_AUTH
= $prefix . 'users_auth'
TABLE_USERS_INVITES
public
mixed
TABLE_USERS_INVITES
= $prefix . 'users_invites'
Functions
loadEnvironment()
loadEnvironment() : mixed