1
0
Fork 0
friendica_2020-09-1_sharedH.../src/Model
..
Config
Notify
Post
Storage
TwoFactor
User
APContact.php
Attach.php
Contact.php Removed usage of "tag" field 2020-05-05 05:11:59 +00:00
Conversation.php
Event.php
FileTag.php
FSuggest.php
GContact.php
Group.php
GServer.php
Introduction.php
Item.php
ItemContent.php
ItemURI.php
Mail.php
Nodeinfo.php
Notify.php
OpenWebAuthToken.php
PermissionSet.php
Photo.php
Process.php
Profile.php
ProfileField.php
PushSubscriber.php
README.md
Register.php
Search.php
Tag.php
Term.php
User.php
UserItem.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.