friendica/src/Model
Hank G cc86a54c80
Apply suggestions from code review
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2023-03-22 21:35:44 -04:00
..
APContact
Contact
Log
Notification
Post Separation between picture links 2023-03-16 05:01:05 +00:00
User
APContact.php Issue 12858: Peertube avatars can now be fetched 2023-03-18 06:41:35 +00:00
Attach.php
Contact.php
Conversation.php
Event.php
FileTag.php
GServer.php Unneeded variable removed 2023-03-21 06:42:29 +00:00
Group.php
Item.php Delete the attached HTML media on content updates 2023-03-20 14:19:51 +00:00
ItemURI.php
Mail.php Apply suggestions from code review 2023-03-22 21:35:44 -04:00
Nodeinfo.php
OpenWebAuthToken.php
Photo.php
Post.php
Profile.php Force correct string casting for BaseUrl 2023-03-19 11:21:17 +01:00
PushSubscriber.php
README.md
Register.php
Search.php
Subscription.php
Tag.php
User.php Issue 11535: Automatically open and close the registration 2023-03-21 21:44:26 +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.