friendica/src/Model
2020-11-30 20:32:56 +00:00
..
Config
Contact
Notify
Post
Storage
TwoFactor
User
APContact.php available is not vital 2020-11-24 07:49:36 +00:00
Attach.php
Contact.php Display posts that are reshared by the contact 2020-11-29 20:42:03 +00:00
Conversation.php Store the protocol of the received message 2020-11-29 09:01:51 +00:00
Event.php
FContact.php The notifications parameters are now simplified 2020-11-25 19:56:39 +00:00
FileTag.php
FSuggest.php
Group.php
GServer.php
Host.php
Introduction.php
Item.php Issue 8943: Only check for too old postings for feeds 2020-11-30 20:32:56 +00:00
ItemContent.php
ItemURI.php
Mail.php The notifications parameters are now simplified 2020-11-25 19:56:39 +00:00
Nodeinfo.php
Notify.php
OpenWebAuthToken.php
PermissionSet.php
Photo.php
Process.php
Profile.php
ProfileField.php
PushSubscriber.php
README.md
Register.php
Search.php
Tag.php Cast field data when ATTR_EMULATE_PREPARES is enabled 2020-11-27 11:24:31 +00:00
User.php
UserItem.php
Verb.php

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.