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

Variables

 $at = date('G', $atime)
 
if( $at >=$settings[ 'start'] &&$at<=$settings[ 'end']||! $atime) elseif($at< $settings['start']) else
 
 $end = 23 * 3600
 
 $em = $calendar->createEventMatrix($start, $end, $settings['step_day'])
 
 $max_columns = $em['max_cols'] ?: 1
 
if($settings['step_day']< 3600) $hd = holiday($atime)
 

Variable Documentation

◆ $at

$at = date('G', $atime)

◆ $em

$em = $calendar->createEventMatrix($start, $end, $settings['step_day'])

◆ $end

$end = 23 * 3600

◆ $hd

if ( $settings[ 'step_day']< 3600) $hd ( ) = holiday($atime)

◆ $max_columns

$max_columns = $em['max_cols'] ?: 1

◆ else

if($at >=$settings['start'] && $at<=$settings['end']||! $atime) elseif ( $at< $settings[ 'start']) else ( )
Initial value:
{
$start = ($settings['end'] - 2) * 3600
$start
Definition: day.php:8