friendica/src/Model
Philipp d0536ebea7
Rename ISelectableStorage to IWritableStorage
2021-08-16 23:27:42 +02:00
..
Config
Contact
Notification
Post Preparation for creating push notification 2021-08-15 16:18:25 +00:00
Storage Rename ISelectableStorage to IWritableStorage 2021-08-16 23:27:42 +02:00
User
APContact.php The Matrix and XMPP address is now transported via AP as well 2021-08-10 23:49:09 +00:00
Attach.php Rename ISelectableStorage to IWritableStorage 2021-08-16 23:27:42 +02:00
Contact.php Merge remote-tracking branch 'upstream/develop' into app-user2 2021-08-09 15:32:32 +00:00
Conversation.php
Event.php Simplify event storing 2021-08-10 10:24:14 +00:00
FContact.php
FSuggest.php
FileTag.php
GServer.php
Group.php
Host.php
Introduction.php
Item.php Simplify event storing 2021-08-10 10:24:14 +00:00
ItemURI.php
Mail.php "getUserNickname" is now "getLoggedInUserNickname" 2021-08-09 19:48:39 +00:00
Nodeinfo.php
Notification.php Preparation for creating push notification 2021-08-15 16:18:25 +00:00
OpenWebAuthToken.php
PermissionSet.php
Photo.php Rename ISelectableStorage to IWritableStorage 2021-08-16 23:27:42 +02:00
Post.php
Process.php
Profile.php Matrix addresses can be entered in the profile 2021-08-09 01:39:09 +00:00
ProfileField.php
PushSubscriber.php
README.md
Register.php
Search.php
Subscription.php Added logging, removed superfluous comments 2021-08-16 15:23:34 +00:00
Tag.php
User.php Remove direct calls to App->user 2021-08-08 10:14:56 +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.