Stud.IP  jlu_3.3 Revision
bootstrap.php File Reference

Data Structures

class  DB_Seminar
 

Namespaces

namespace  Studip
 

Variables

const ENV = 'production'
 
 $SOFTWARE_VERSION = '3.3.1'
 
global $PHP_SELF = $_SERVER['PHP_SELF'] = $_SERVER['SCRIPT_NAME']
 
global $STUDIP_BASE_PATH = realpath(dirname(__FILE__) . '/..')
 
if(Studip\ENV=='development') else
 
 $GLOBALS ['template_factory']
 
 $GLOBALS ['_fullname_sql'] = array()
 
 $GLOBALS ['_fullname_sql']['full'] = "TRIM(CONCAT(title_front,' ',Vorname,' ',Nachname,IF(title_rear!='',CONCAT(', ',title_rear),'')))"
 
 $GLOBALS ['_fullname_sql']['full_rev'] = "TRIM(CONCAT(Nachname,', ',Vorname,IF(title_front!='',CONCAT(', ',title_front),''),IF(title_rear!='',CONCAT(', ',title_rear),'')))"
 
 $GLOBALS ['_fullname_sql']['no_title'] = "CONCAT(Vorname ,' ', Nachname)"
 
 $GLOBALS ['_fullname_sql']['no_title_rev'] = "CONCAT(Nachname ,', ', Vorname)"
 
 $GLOBALS ['_fullname_sql']['no_title_short'] = "CONCAT(Nachname,', ',UCASE(LEFT(TRIM(Vorname),1)),'.')"
 
 $GLOBALS ['_fullname_sql']['no_title_motto'] = "CONCAT(Vorname ,' ', Nachname,IF(motto!='',CONCAT(', ',motto),''))"
 
 $GLOBALS ['_fullname_sql']['full_rev_username'] = "TRIM(CONCAT(Nachname,', ',Vorname,IF(title_front!='',CONCAT(', ',title_front),''),IF(title_rear!='',CONCAT(', ',title_rear),''),' (',username,')'))"
 
 $GLOBALS ['SEM_CLASS'] = SemClass::getClasses()
 
 $GLOBALS ['SEM_TYPE'] = SemType::getTypes()
 
 $mail_transporter_class = $mail_transporter_name . '_class'
 
 $mail_transporter = new $mail_transporter_class
 
if($mail_transporter_name=='smtp_message') $mail_transporter default_charset = 'WINDOWS-1252'
 

Variable Documentation

◆ $GLOBALS [1/11]

$GLOBALS[ '_fullname_sql'] = array()

◆ $GLOBALS [2/11]

$GLOBALS[ '_fullname_sql'][ 'full'] = "TRIM(CONCAT(title_front,' ',Vorname,' ',Nachname,IF(title_rear!='',CONCAT(', ',title_rear),'')))"

◆ $GLOBALS [3/11]

$GLOBALS[ '_fullname_sql'][ 'full_rev'] = "TRIM(CONCAT(Nachname,', ',Vorname,IF(title_front!='',CONCAT(', ',title_front),''),IF(title_rear!='',CONCAT(', ',title_rear),'')))"

◆ $GLOBALS [4/11]

$GLOBALS[ '_fullname_sql'][ 'full_rev_username'] = "TRIM(CONCAT(Nachname,', ',Vorname,IF(title_front!='',CONCAT(', ',title_front),''),IF(title_rear!='',CONCAT(', ',title_rear),''),' (',username,')'))"

◆ $GLOBALS [5/11]

$GLOBALS[ '_fullname_sql'][ 'no_title'] = "CONCAT(Vorname ,' ', Nachname)"

◆ $GLOBALS [6/11]

$GLOBALS[ '_fullname_sql'][ 'no_title_motto'] = "CONCAT(Vorname ,' ', Nachname,IF(motto!='',CONCAT(', ',motto),''))"

◆ $GLOBALS [7/11]

$GLOBALS[ '_fullname_sql'][ 'no_title_rev'] = "CONCAT(Nachname ,', ', Vorname)"

◆ $GLOBALS [8/11]

$GLOBALS[ '_fullname_sql'][ 'no_title_short'] = "CONCAT(Nachname,', ',UCASE(LEFT(TRIM(Vorname),1)),'.')"

◆ $GLOBALS [9/11]

$GLOBALS[ 'SEM_CLASS'] = SemClass::getClasses()

◆ $GLOBALS [10/11]

$GLOBALS[ 'SEM_TYPE'] = SemType::getTypes()

◆ $GLOBALS [11/11]

$GLOBALS[ 'template_factory']
Initial value:
=
new Flexi_TemplateFactory($STUDIP_BASE_PATH . '/templates')
global $STUDIP_BASE_PATH
Definition: bootstrap.php:20
Examples
/usr/local/src/studip/jlu_3.3/lib/visual.inc.php.

◆ $mail_transporter

$mail_transporter = new $mail_transporter_class

◆ $mail_transporter_class

$mail_transporter_class = $mail_transporter_name . '_class'

◆ $PHP_SELF

$PHP_SELF = $_SERVER['PHP_SELF'] = $_SERVER['SCRIPT_NAME']

◆ $SOFTWARE_VERSION

$SOFTWARE_VERSION = '3.3.1'

◆ $STUDIP_BASE_PATH

$STUDIP_BASE_PATH = realpath(dirname(__FILE__) . '/..')

◆ default_charset

if ( $mail_transporter_name=='smtp_message') $mail_transporter default_charset = 'WINDOWS-1252'

◆ else

if ( $GLOBALS[ 'MAIL_TRANSPORT']) else
Initial value:
{
Log::get()->setLogLevel(Log::ERROR)
static get($name='')
Definition: Log.php:99
const ERROR
Definition: Log.php:49