friendica/src/Model
2020-07-16 03:52:18 +00:00
..
Config
Notify
Post
Storage
TwoFactor
User
APContact.php
Attach.php
Contact.php Fix fetching contacts 2020-07-16 03:52:18 +00:00
Conversation.php
Event.php
FileTag.php
FSuggest.php
GContact.php Changed default value 2020-07-15 17:29:52 +00:00
Group.php
GServer.php
Introduction.php
Item.php in "getidforurl" "no update" is now "update" 2020-07-15 21:08:42 +00:00
ItemContent.php
ItemURI.php
Mail.php
Nodeinfo.php Module classes splitted 2020-07-13 09:45:45 +00:00
Notify.php
OpenWebAuthToken.php
PermissionSet.php
Photo.php
Process.php
Profile.php
ProfileField.php
PushSubscriber.php
README.md
Register.php
Search.php
Tag.php in "getidforurl" "no update" is now "update" 2020-07-15 21:08:42 +00:00
User.php Support Nodeinfo2 2020-07-12 21:53:17 +00:00
UserItem.php
Verb.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.