friendica/src/Model
Michael 2bae4dde1f Avoid notices 2021-08-30 12:29:09 +00:00
..
Config
Contact
Log Fix code standard 2021-08-20 11:09:35 +02:00
Notification
Post Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
Storage Fixup HTTP headers for httpClient requests 2021-08-25 14:22:43 +02:00
User
APContact.php
Attach.php
Contact.php Avoid notices 2021-08-30 12:29:09 +00:00
Conversation.php
Event.php
FContact.php
FSuggest.php
FileTag.php
GServer.php Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
Group.php
Host.php
Introduction.php
Item.php Unused parts of the old notification system are removed 2021-08-24 08:53:15 +00:00
ItemURI.php
Mail.php
Nodeinfo.php
Notification.php Reliably diasplay "like" and "share" notifications 2021-08-23 15:07:14 +00:00
OpenWebAuthToken.php
PermissionSet.php
Photo.php Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
Post.php
Process.php
Profile.php Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
ProfileField.php
PushSubscriber.php
README.md
Register.php
Search.php
Subscription.php The desktop notifications have been reworked 2021-08-21 20:35:04 +00:00
Tag.php
User.php Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02: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.