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-11 16:55:46 +00:00
Code Issues Packages Projects Releases Wiki Activity
castopod/app/Entities/AnalyticsUnknownUseragents.php

22 lines
423 B
PHP
Raw Normal View History

feat: add analytics and unknown useragents
2020-06-12 20:41:09 +00:00
<?php
refactor: add php_codesniffer to define castopod's coding style based on psr-1 - add .editorconfig file - format all files to comply with castopod's coding style - switch parsedown dependency with commonmark library to better follow commonmark spec for markdown - add prettier command to format all project files at once closes #16
2020-08-04 11:25:22 +00:00
feat: add analytics and unknown useragents
2020-06-12 20:41:09 +00:00
/**
* Class AnalyticsUnknownUseragents
* Entity for AnalyticsUnknownUseragents
* @copyright 2020 Podlibre
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
refactor: add php_codesniffer to define castopod's coding style based on psr-1 - add .editorconfig file - format all files to comply with castopod's coding style - switch parsedown dependency with commonmark library to better follow commonmark spec for markdown - add prettier command to format all project files at once closes #16
2020-08-04 11:25:22 +00:00
feat: add analytics and unknown useragents
2020-06-12 20:41:09 +00:00
namespace App\Entities;
use CodeIgniter\Entity;
class AnalyticsUnknownUseragents extends Entity
{
protected $casts = [
'useragent' => 'integer',
'hits' => 'integer',
];
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 88ms Template: 3ms
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