friendica/src/Model
Hypolite Petovan fa123bd765 Rename Repository\Notify->NotifyOnDesktop to shouldShowOnDesktop
- New name better reflect the behavior
2022-11-04 06:42:37 -04:00
..
APContact
Contact (Hopefully) query performance improvements 2022-11-01 08:45:25 -04:00
Log
Notification
Post
User
APContact.php Move Follow to `/contact` namespace 2022-10-31 20:58:27 +01:00
Attach.php
Contact.php Found some more follow-links 2022-10-31 20:58:34 +01:00
Conversation.php
Event.php Move event export to src/Module/Events/Export 2022-11-02 15:16:23 +01:00
FContact.php
FileTag.php
GServer.php
Group.php
Item.php
ItemURI.php
Mail.php
Nodeinfo.php
OpenWebAuthToken.php
Photo.php
Post.php (Hopefully) query performance improvements 2022-11-01 08:45:25 -04:00
Profile.php hopefully last feedback :) 2022-11-01 00:09:30 +01:00
PushSubscriber.php
README.md
Register.php
Search.php
Subscription.php Rename Repository\Notify->NotifyOnDesktop to shouldShowOnDesktop 2022-11-04 06:42:37 -04:00
Tag.php
User.php
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.