friendica/src/Model
Michael a4f1df68e4 Improved contact-id detection 2022-08-18 07:48:39 +00:00
..
APContact
Contact
Log
Notification
Post
User
APContact.php
Attach.php
Contact.php Improved contact-id detection 2022-08-18 07:48:39 +00:00
Conversation.php
Event.php
FContact.php
FileTag.php
GServer.php
Group.php
Item.php Improved contact-id detection 2022-08-18 07:48:39 +00:00
ItemURI.php
Mail.php
Nodeinfo.php
OpenWebAuthToken.php
Photo.php
Post.php
Profile.php
PushSubscriber.php
README.md
Register.php
Search.php
Subscription.php
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.