Go to the source code of this file.
Namespaces | |
| namespace | calendar |
Variables | |
| $_REQUEST ["todate"] = $_SESSION['calendar']['focus_date'] | |
| $cal = new Calendar() | |
| $calHash | |
| $dayNames | |
| $_REQUEST["todate"] = $_SESSION['calendar']['focus_date'] |
Definition at line 26 of file mod_calendar.php.
| $cal = new Calendar() |
Required setup
Definition at line 12 of file mod_calendar.php.
Referenced by Calendar::buildCalendar().
| $calHash |
Initial value:
array(
'focus_date' => $_SESSION['calendar']['focus_date'],
'view_mode' => 'month',
)
Definition at line 29 of file mod_calendar.php.
| $dayNames |
1.5.2