friendica/src/Model
2023-10-18 19:55:15 +00:00
..
APContact
Contact Individual callstacks are removed from the logger 2023-10-18 19:55:15 +00:00
Log
Notification
Post Individual callstacks are removed from the logger 2023-10-18 19:55:15 +00:00
User
APContact.php Individual callstacks are removed from the logger 2023-10-18 19:55:15 +00:00
Attach.php
Circle.php Fix: The calculation of unseen circles can now be deactivated again 2023-10-05 17:06:21 +00:00
Contact.php Individual callstacks are removed from the logger 2023-10-18 19:55:15 +00:00
Conversation.php
Event.php Fix item.private value in Model\Event::getItemArrayForId 2023-07-25 22:48:37 +02:00
FileTag.php
GServer.php Individual callstacks are removed from the logger 2023-10-18 19:55:15 +00:00
Item.php Individual callstacks are removed from the logger 2023-10-18 19:55:15 +00:00
ItemURI.php
Mail.php
Nodeinfo.php The twitter addon is no import connector anymore 2023-08-09 20:29:45 +00:00
OpenWebAuthToken.php
Photo.php Individual callstacks are removed from the logger 2023-10-18 19:55:15 +00:00
Post.php Individual callstacks are removed from the logger 2023-10-18 19:55:15 +00:00
Profile.php Individual callstacks are removed from the logger 2023-10-18 19:55:15 +00:00
PushSubscriber.php
README.md
Register.php
Search.php
Subscription.php
Tag.php Individual callstacks are removed from the logger 2023-10-18 19:55:15 +00:00
User.php Individual callstacks are removed from the logger 2023-10-18 19:55:15 +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.