Stud.IP  2.0 Revision 48548
 All Data Structures Namespaces Files Functions Variables Pages
phplib_local.inc.php File Reference

Data Structures

class  DB_Seminar
class  Seminar_CT_Sql
class  Seminar_Session
class  Seminar_User_CT_Sql
class  Seminar_User
class  Seminar_Auth
class  Seminar_Default_Auth
class  Seminar_Register_Auth
class  Seminar_Perm

Functions

 studip_default_exception_handler ($exception)

Variables

 $_never_globalize_request_params
 $GLOBALS ['template_factory']
 if (isset($_SERVER['REQUEST_METHOD']))
 $SOFTWARE_VERSION = '2.0.1'
DBManager::getInstance()->
setConnection('studip'$GLOBALS['DB_STUDIP_HOST'] 
$GLOBALS ['DB_STUDIP_DATABASE']
DBManager::getInstance()->
setConnection('studip'$GLOBALS['DB_STUDIP_HOST'] 
$GLOBALS ['DB_STUDIP_USER']
DBManager::getInstance()->
setConnection('studip'$GLOBALS['DB_STUDIP_HOST'] 
$GLOBALS ['DB_STUDIP_PASSWORD']
 $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,')'))"
 $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'

Function Documentation

studip_default_exception_handler (   $exception)

Variable Documentation

$_never_globalize_request_params
Initial value:
array('msg','_msg','errormsg','meldung','sms_msg','_html_head_title','_include_stylesheet',
'_include_extra_stylesheet','_include_additional_header','_include_additional_html'
)
$GLOBALS['template_factory']
Initial value:
new Flexi_TemplateFactory($STUDIP_BASE_PATH . '/templates')
DBManager::getInstance ()->setConnection('studip' $GLOBALS ['DB_STUDIP_HOST'] $GLOBALS['DB_STUDIP_DATABASE']
DBManager::getInstance ()->setConnection('studip' $GLOBALS ['DB_STUDIP_HOST'] $GLOBALS['DB_STUDIP_USER']
DBManager::getInstance ()->setConnection('studip' $GLOBALS ['DB_STUDIP_HOST'] $GLOBALS['DB_STUDIP_PASSWORD']
$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,')'))"
$mail_transporter = new $mail_transporter_class
$mail_transporter_class = $mail_transporter_name . '_class'
$SOFTWARE_VERSION = '2.0.1'
if ($mail_transporter_name== 'smtp_message') $mail_transporter default_charset = 'WINDOWS-1252'
if(isset($_SERVER['REQUEST_METHOD']))