1
0
Fork 0
friendica_2020-09-1_sharedH.../src/Model
2022-06-17 17:18:31 +02:00
..
APContact Standards 2022-04-25 13:49:17 +00:00
Contact
Log Continued: 2022-06-17 17:18:31 +02:00
Notification
Post Issue 11566: More detailled notification configuration 2022-06-05 11:41:08 +00:00
User
APContact.php Added more type-hints 2022-06-17 17:18:31 +02:00
Attach.php
Contact.php Added again more type-hints 2022-06-17 17:18:31 +02:00
Conversation.php
Event.php
FContact.php
FileTag.php
Group.php
GServer.php
Item.php Changes: 2022-06-15 22:28:33 +02:00
ItemURI.php
Mail.php
Nodeinfo.php
OpenWebAuthToken.php
Photo.php Trim the rid 2022-05-24 17:39:02 +00:00
Post.php
Profile.php Assume unsettable system.always_my_theme pconfig value is always true 2022-05-29 16:13:49 -04:00
PushSubscriber.php
README.md
Register.php
Search.php
Subscription.php Issue 11469: Repect desktop notification settings 2022-05-29 09:20:06 +00:00
Tag.php Issue 11488: Don't search for mentions in shared posts 2022-05-29 16:07:53 +00:00
User.php Use central function to fetch the global directory 2022-04-26 18:33:58 +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.