45 if (!checkRole(
$calendar->read_access)) redirect(
"/");
47 $year = checkNumeric($_REQUEST[
"year"]);
48 $month = checkNumeric($_REQUEST[
"month"]);
49 $day = checkNumeric($_REQUEST[
"day"]);
51 $date =
new DateTime(
"{$year}-{$month}-{$day} 00:00:00");
54 $constraint =
"WHERE 1=1 AND end_date >= '$dateStr' AND start_date < '$dateStr' AND published=1";
59 echo
"<div class='event_list_detail'>\n";
static findByIdentifier($identifier)
static using()
Import the datamodels, views and manifest for the specified component(s).