friendica/src/Model
Michael 5211c12b0c Merge remote-tracking branch 'upstream/2021.06-rc' into public-timeline 2021-06-16 05:58:11 +00:00
..
Config
Contact More logging for the contact discovery 2021-05-29 17:24:50 +00:00
Notification
Post Added notifications for follow requests 2021-06-01 21:13:16 +00:00
Storage
User
APContact.php Avoid notices because of empty fields 2021-05-25 13:11:23 +00:00
Attach.php
Contact.php Added notifications for follow requests 2021-06-01 21:13:16 +00:00
Conversation.php
Event.php Possibly fixes notice "Undefined index: private in .../src/Model/Item.php on line 3115" 2021-06-14 18:34:11 +00:00
FContact.php
FSuggest.php
FileTag.php
GServer.php Ensure nodeinfo-provided protocols are strings in Model\GServer::parseNodeinfo2 2021-05-31 00:47:03 -04:00
Group.php
Host.php
Introduction.php
Item.php Addec comments on forum delivery 2021-06-06 10:07:21 +00:00
ItemURI.php
Mail.php
Nodeinfo.php
Notification.php
OpenWebAuthToken.php
PermissionSet.php
Photo.php
Post.php API: (hopefully) improves speed of the public timeline 2021-06-12 15:19:56 +00:00
Process.php
Profile.php
ProfileField.php
PushSubscriber.php
README.md
Register.php
Search.php
Tag.php
User.php Chec for missing profile first 2021-06-15 22:01:30 +00:00
Verb.php

README.md

Friendica\Model

Models are the glue between the business logic of the app and the datastore(s).

In the namespace Model should only be static classes that interact with the DB with the same name as a database table.