friendica/src/Model
2021-03-20 09:56:35 +00:00
..
Config
Contact
Notification
Post
Storage
User
APContact.php
Attach.php
Contact.php Issue 10050: Avoid creating new contacts for expired users 2021-03-20 09:56:35 +00:00
Conversation.php
Event.php
FContact.php
FileTag.php
FSuggest.php
Group.php
GServer.php
Host.php
Introduction.php
Item.php
ItemURI.php
Mail.php
Nodeinfo.php
Notification.php
OpenWebAuthToken.php
PermissionSet.php
Photo.php Issue 10050: Improve photo deletions 2021-03-19 11:42:29 +00:00
Post.php
Process.php
Profile.php
ProfileField.php
PushSubscriber.php
README.md
Register.php
Search.php
Tag.php Trending tags are now sort by different users 2021-03-11 19:59:42 +00:00
User.php Issue 10050: Avoid creating new contacts for expired users 2021-03-20 09:56:35 +00:00
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.