friendica/src/Model
2023-11-05 19:18:10 +00:00
..
APContact
Contact
Log
Notification
Post
User
APContact.php
Attach.php
Circle.php
Contact.php
Conversation.php
Event.php
FileTag.php
GServer.php
Item.php Use the post language for the language detection / config for quality 2023-11-05 19:18:10 +00:00
ItemURI.php
Mail.php
Nodeinfo.php
OpenWebAuthToken.php
Photo.php
Post.php
Profile.php
PushSubscriber.php
README.md
Register.php
Search.php
Subscription.php
Tag.php
User.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.