From a6cc84b7759d554896468b866019663732cc3df0 Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 16 Mar 2016 23:38:58 +0100 Subject: * custom fields for calendar record --- app/php/model/Calendar.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/php') diff --git a/app/php/model/Calendar.php b/app/php/model/Calendar.php index 9e1afce..ab0b2e8 100644 --- a/app/php/model/Calendar.php +++ b/app/php/model/Calendar.php @@ -13,6 +13,9 @@ class Calendar extends ActiveRecord { public $Name; public $Website; public $Visible; + public $CustomName; + public $CustomImage; + public $CustomUrl; public $LastUpdated; public $CategoryID; @@ -24,6 +27,9 @@ class Calendar extends ActiveRecord { 'website' => 'Website', 'visible' => 'Visible', 'last_updated' => 'LastUpdated', + 'custom_name' => 'CustomName', + 'custom_image' => 'CustomImage', + 'custom_url' => 'CustomUrl', '_category' => 'CategoryID' ]; -- cgit v1.2.3