'UID', 'url' => 'Url', 'name' => 'Name', 'website' => 'Website', 'visible' => 'Visible', 'last_updated' => 'LastUpdated', '_category' => 'CategoryID' ]; public static $RELATIONS = [ 'Entries' => [self::HAS_MANY, 'Entry', '_calendar'], 'Category' => [self::BELONGS_TO, 'Category', '_category'] ]; public static function finder($className=__CLASS__) { return parent::finder($className); } } ?>