Logo
Explore Help
Register Sign In
saulteafarmer/castopod
1
0
Fork 0
You've already forked castopod
mirror of https://code.castopod.org/adaures/castopod synced 2025-05-14 02:05:47 +00:00
Code Issues Packages Projects Releases Wiki Activity
castopod/app/Libraries/Analytics/Entities/AnalyticsPodcastsByHour.php

24 lines
480 B
PHP
Raw Normal View History

refactor(database): add / update fields to optimize storage - harmonize field types and use explicit names - store html value alongside markdown descriptions for better performance - add duration and bandwidth to podcast analytics - add new analytics table for podcast hits by hour - replace visible MAXMIND_LICENCE_KEY with variable
2020-10-29 15:45:19 +00:00
<?php
/**
* Class AnalyticsPodcastsByHour
* Entity for AnalyticsPodcastsByHour
* @copyright 2020 Podlibre
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
refactor(analytics): move all analytics files to a new Libraries/Analytics folder - add page hit on podcast activity page - update development docs
2021-04-14 15:58:40 +00:00
namespace Analytics\Entities;
refactor(database): add / update fields to optimize storage - harmonize field types and use explicit names - store html value alongside markdown descriptions for better performance - add duration and bandwidth to podcast analytics - add new analytics table for podcast hits by hour - replace visible MAXMIND_LICENCE_KEY with variable
2020-10-29 15:45:19 +00:00
use CodeIgniter\Entity;
class AnalyticsPodcastsByHour extends Entity
{
protected $casts = [
'podcast_id' => 'integer',
'date' => 'datetime',
'hour' => 'integer',
'hits' => 'integer',
];
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 108ms Template: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API