friendica/src/Model
2023-04-23 21:20:01 +00:00
..
APContact
Contact
Log spelling: object 2023-03-26 20:04:07 -04:00
Notification
Post Fix: Only add link preview for selected networks 2023-04-18 17:56:30 +00:00
User
APContact.php
Attach.php spelling: retrieve 2023-03-26 16:14:16 -04:00
Contact.php Allow the search for contacts on blocked servers via web 2023-03-29 18:39:21 +00:00
Conversation.php spelling: system 2023-03-26 16:14:16 -04:00
Event.php spelling: birthdays 2023-03-26 16:03:22 -04:00
FileTag.php
Group.php spelling: group id 2023-03-26 16:03:23 -04:00
GServer.php spelling: resource 2023-03-26 20:04:18 -04:00
Item.php Store "audience" and "attributedTo" data 2023-04-14 17:21:20 +00:00
ItemURI.php
Mail.php Apply suggestions from code review 2023-03-22 21:35:44 -04:00
Nodeinfo.php spelling: activity 2023-03-26 16:03:22 -04:00
OpenWebAuthToken.php spelling: entry 2023-03-26 20:03:51 -04:00
Photo.php spelling: resource 2023-03-26 20:04:18 -04:00
Post.php
Profile.php Add explicit parameter to IHandleUserSession->setvisitorContacts 2023-03-27 21:31:54 -04:00
PushSubscriber.php
README.md
Register.php
Search.php
Subscription.php
Tag.php Store "audience" and "attributedTo" data 2023-04-14 17:21:20 +00:00
User.php Fix Register namespace confusion in Model\User 2023-04-01 08:07:48 -04: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.