friendica/src/Model
Michael c65f78e579 Only display reshared thread starting posts 2022-09-28 09:48:48 +00:00
..
APContact
Contact Loglevels are adjusted 2022-08-30 19:45:30 +00:00
Log
Notification
Post Avoid some database errors 2022-08-25 04:57:41 +00:00
User
APContact.php Ward against missing keys in Model\APContact::isRelay 2022-09-24 09:56:12 -04:00
Attach.php
Contact.php Only display reshared thread starting posts 2022-09-28 09:48:48 +00:00
Conversation.php
Event.php
FContact.php The fcontact table is now updated in the background to improve performance 2022-09-18 15:40:44 +02:00
FileTag.php
GServer.php Some more warnings and erors are fixed 2022-08-28 19:27:21 +00:00
Group.php
Item.php Issue 11876: Fix local message distribution 2022-09-27 15:58:16 +00:00
ItemURI.php Pagecache for frequently fetched pages 2022-09-06 06:04:41 +00:00
Mail.php Loglevels are adjusted 2022-08-30 19:45:30 +00:00
Nodeinfo.php (Hopefully) SQL improvements 2022-09-24 17:56:07 +00:00
OpenWebAuthToken.php
Photo.php Some changes after code review 2022-08-31 19:03:37 +00:00
Post.php Loglevels are adjusted 2022-08-30 19:45:30 +00:00
Profile.php
PushSubscriber.php
README.md
Register.php
Search.php
Subscription.php
Tag.php Some more changed log levels 2022-08-31 05:01:22 +00:00
User.php
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.