friendica-github/src/Model
2024-09-09 21:26:07 +00:00
..
APContact REUSE src directory 2024-08-24 15:27:00 +02:00
Contact REUSE src directory 2024-08-24 15:27:00 +02:00
Log REUSE src directory 2024-08-24 15:27:00 +02:00
Notification REUSE src directory 2024-08-24 15:27:00 +02:00
Post AVoid throwing an error / store the size of pages 2024-09-02 04:10:27 +00:00
User REUSE src directory 2024-08-24 15:27:00 +02:00
APContact.php Remove custom emojis from contact names 2024-09-07 07:33:39 +00:00
Attach.php REUSE src directory 2024-08-24 15:27:00 +02:00
Circle.php REUSE src directory 2024-08-24 15:27:00 +02:00
Contact.php Merge branch 'develop' into reuse 2024-08-24 19:20:00 +02:00
Conversation.php REUSE src directory 2024-08-24 15:27:00 +02:00
Event.php Issue 14294: Fix event parsing 2024-09-02 04:11:40 +00:00
FileTag.php REUSE src directory 2024-08-24 15:27:00 +02:00
GServer.php Prevent a loop when trying to detect the server type 2024-09-09 21:26:07 +00:00
Item.php Issue 14413: Ensure that the expiry is performed 2024-09-05 06:35:38 +00:00
ItemURI.php REUSE src directory 2024-08-24 15:27:00 +02:00
Mail.php REUSE src directory 2024-08-24 15:27:00 +02:00
Nodeinfo.php REUSE src directory 2024-08-24 15:27:00 +02:00
OpenWebAuthToken.php REUSE src directory 2024-08-24 15:27:00 +02:00
Photo.php Exception handling added at many places 2024-08-25 18:35:24 +00:00
Post.php REUSE src directory 2024-08-24 15:27:00 +02:00
Profile.php REUSE src directory 2024-08-24 15:27:00 +02:00
PushSubscriber.php REUSE src directory 2024-08-24 15:27:00 +02:00
README.md typo 2019-03-22 22:56:57 -04:00
Register.php REUSE src directory 2024-08-24 15:27:00 +02:00
Search.php REUSE src directory 2024-08-24 15:27:00 +02:00
Subscription.php REUSE src directory 2024-08-24 15:27:00 +02:00
Tag.php REUSE src directory 2024-08-24 15:27:00 +02:00
User.php Exception handling added at many places 2024-08-25 18:35:24 +00:00
Verb.php REUSE src directory 2024-08-24 15:27:00 +02:00

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.