1
0
Fork 0
friendica_2020-09-1_sharedH.../src/Model
2019-07-24 19:30:36 +00:00
..
Config
Storage
TwoFactor
APContact.php Support for empty nick names 2019-07-24 19:30:36 +00:00
Attach.php
Contact.php
Conversation.php
Event.php
FileTag.php
GContact.php
Group.php
Item.php
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
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.