friendica/src/Model
2022-11-05 16:25:04 +00:00
..
APContact
Contact (Hopefully) query performance improvements 2022-11-01 08:45:25 -04:00
Log
Notification
Post Improved handling of contact links 2022-10-30 10:02:01 +00:00
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 Merge branch 'develop' into rewrite/gravity-constants 2022-10-18 16:34:40 +02:00
FileTag.php
Group.php UserSession class [4] - Refactor src/Model/ files 2022-10-20 22:14:50 +02:00
GServer.php Changes: 2022-10-25 20:25:13 +02:00
Item.php Transmit the quoted part in the source 2022-11-05 16:25:04 +00:00
ItemURI.php
Mail.php UserSession class [4] - Refactor src/Model/ files 2022-10-20 22:14:50 +02:00
Nodeinfo.php Rewrite: 2022-10-15 00:44:06 +02:00
OpenWebAuthToken.php
Photo.php UserSession class [4] - Refactor src/Model/ files 2022-10-20 22:14:50 +02:00
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 The priority is now a class constant 2022-10-17 05:49:55 +00:00
README.md
Register.php
Search.php
Subscription.php Rename Repository\Notify->NotifyOnDesktop to shouldShowOnDesktop 2022-11-04 06:42:37 -04:00
Tag.php Improved handling of native quotes 2022-10-29 22:11:39 +00:00
User.php The EOL constant is removed 2022-10-18 12:29:50 +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.