friendica/src/Model
Michael 56f07d412b Addec comments on forum delivery 2021-06-06 10:07:21 +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
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 Issue 10306: Improve local delivery 2021-05-26 09:24:37 +00:00
Process.php
Profile.php Implement code changes from review. 2021-05-23 13:25:25 -07:00
ProfileField.php
PushSubscriber.php
README.md
Register.php
Search.php
Tag.php
User.php Update avatar after user creation 2021-05-30 20:47:21 +02: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.