From 823d71ced9b4947b1a5a5ade7245d521ed490061 Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 7 Jun 2016 15:17:49 +0200 Subject: * renaming php directory --- app/php/model/Entry.php | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 app/php/model/Entry.php (limited to 'app/php/model/Entry.php') diff --git a/app/php/model/Entry.php b/app/php/model/Entry.php deleted file mode 100644 index 4b93f04..0000000 --- a/app/php/model/Entry.php +++ /dev/null @@ -1,43 +0,0 @@ - 'ID', - 'uid' => 'UID', - 'begin_date' => 'BeginDate', - 'end_date' => 'EndDate', - 'all_day' => 'AllDay', - 'name' => 'Name', - 'location' => 'Location', - 'last_modified' => 'LastModified', - '_calendar' => 'CalendarID' - ]; - - public static $RELATIONS = [ - 'Calendar' => [self::BELONGS_TO, 'Calendar', '_calendar'] - ]; - - public static function finder($className=__CLASS__) { - return parent::finder($className); - } - -} - -?> -- cgit v1.2.3