From 6aa0798a84f164425def56d4bff3c8928895362b Mon Sep 17 00:00:00 2001 From: emkael Date: Mon, 9 May 2016 10:39:25 +0200 Subject: * calendar selection page --- app/php/controls/CalendarSelection.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/php/controls/CalendarSelection.php (limited to 'app/php/controls/CalendarSelection.php') diff --git a/app/php/controls/CalendarSelection.php b/app/php/controls/CalendarSelection.php new file mode 100644 index 0000000..e53aa36 --- /dev/null +++ b/app/php/controls/CalendarSelection.php @@ -0,0 +1,17 @@ +Page->IsCallBack) { + $this->Calendars->DataSource = $this->Facade->getAll(); + $this->Calendars->dataBind(); + } + } + +} + +?> -- cgit v1.2.3