friendica/src/Model
Philipp 6893e2c3f7
Add feedback / revert fix for $item['post-type']
2021-09-18 12:51:09 +02:00
..
Config
Contact
Log
Notification
Post Removing unused variable 2021-09-14 08:08:50 +00:00
Storage Fixup HTTP headers for httpClient requests 2021-08-25 14:22:43 +02:00
User
APContact.php
Attach.php
Contact.php Add feedback :-) 2021-09-18 12:51:09 +02: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 Add feedback / revert fix for $item['post-type'] 2021-09-18 12:51:09 +02: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 Fix Photo::delete() 2021-09-05 19:20:43 +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.