friendica/src/Model
Michael 96055cafff Merge remote-tracking branch 'upstream/develop' into conversation-moved 2021-09-26 03:57:31 +00:00
..
Config
Contact
Log
Notification
Post Removing unused variable 2021-09-14 08:08:50 +00:00
Storage
User
APContact.php
Attach.php
Contact.php Merge remote-tracking branch 'upstream/develop' into conversation-moved 2021-09-26 03:57:31 +00:00
Conversation.php
Event.php
FContact.php
FSuggest.php
FileTag.php
GServer.php
Group.php
Host.php
Introduction.php
Item.php Add feedback / revert fix for $item['post-type'] 2021-09-18 12:51:09 +02:00
ItemURI.php
Mail.php
Nodeinfo.php
Notification.php
OpenWebAuthToken.php
PermissionSet.php
Photo.php
Post.php
Process.php
Profile.php Display the public contacts for profile visitors 2021-09-19 10:06:42 +00:00
ProfileField.php
PushSubscriber.php
README.md
Register.php
Search.php
Subscription.php
Tag.php
User.php Issue 10720: Use different path scheme for user avatars 2021-09-17 18:36:20 +00:00
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.