friendica/src/Model
Hypolite Petovan fa191bd821
Merge pull request #7305 from deantownsley/imageauthfix
Make authentication work for local private images
2019-06-23 15:18:15 -04:00
..
Storage
APContact.php
Attach.php
Contact.php
Conversation.php
Event.php
FileTag.php
GContact.php
Group.php
Item.php todo added 2019-06-23 12:01:14 +02:00
ItemContent.php
ItemDeliveryData.php
ItemURI.php
Mail.php
Nodeinfo.php
OpenWebAuthToken.php
PermissionSet.php
Photo.php
Process.php
Profile.php
PushSubscriber.php
README.md
Register.php
Search.php
Term.php
TwoFactorRecoveryCode.php
User.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.