/web/core/core.php

Description

core.php In der Datei core.php werden/wird...

  • alle core-script included
  • festgelegt wo sich welche Verzeichnisse befinden
  • einige globale Variablen initialisiert

  • license: COPYING
  • copyright: © 2001-2007 The FLIP Project Team
  • version: $Id: core.php 1486 2007-10-17 17:27:02Z scope $
  • author: Moritz Eysholdt
Includes
include_once ($ConfigName) (line 71)
require_once ("core/core.log.php") (line 76)
require_once ("core/core.mysql.php") (line 72)
require_once ("core/core.config.php") (line 73)
require_once ("core/core.utils.php") (line 70)

********************************** includes ****************************************

require_once ("core/core.translate.php") (line 74)
require_once ("core/core.cache.php") (line 75)
require_once ("core/core.session.php") (line 78)
require_once ("core/core.subject.php") (line 77)
Constants
CORE.PHP = 1 (line 20)

Die Datei nur einmal includen

FLIP_CURRENT_VERSION = $rev_fields[2] (line 115)
FLIP_VERSION = "1.2" (line 28)
FLIP_VERSION_LONG = FLIP_VERSION.".".REQUIRED_DB_VERSION (line 30)
REQUIRED_DB_VERSION = 1486 (line 26)

* constants **

SYSTEM_USER_ID = 4 (line 33)
TIMEZONE = "Europe/Berlin" (line 36)
Functions
ChangeUser (line 126)
void ChangeUser ( $u)
  • $u
getConfigName (line 39)

* variables (config-file) **

void getConfigName ()
SetGlobalUser (line 138)
void SetGlobalUser ()
ShutdownHook (line 121)
void ShutdownHook ()
TryDBUpdate (line 148)
void TryDBUpdate ()
unfck (line 94)

************************ initialization of global vars *****************************

void unfck ( $v)
  • $v
unfck_gpc (line 97)
void unfck_gpc ()

Documentation generated on Mon, 22 Oct 2007 17:17:19 +0200 by phpDocumentor 1.3.1