friendica/src/Model
Philipp f4941b5b49
Update src/Model/Storage/IWritableStorage.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
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 Update src/Model/Storage/IWritableStorage.php 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 Introduce InvalidClassStorageException and adapt the code for it 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
FileTag.php
FSuggest.php
Group.php
GServer.php
Host.php Update copyright 2021-03-29 08:40:20 +02:00
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 Introduce InvalidClassStorageException and adapt the code for it 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 Update copyright 2021-03-29 08:40:20 +02:00
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

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.