friendica/src/Model
Michael 998f127cb8 Prevent "No post-content stored" 2021-01-31 12:26:25 +00:00
..
Config
Contact
Notification
Post Prevent "No post-content stored" 2021-01-31 12:26:25 +00:00
Storage
User
APContact.php
Attach.php
Contact.php
Conversation.php
Event.php
FContact.php
FSuggest.php
FileTag.php
GServer.php
Group.php
Host.php
Introduction.php
Item.php Prevent "No post-content stored" 2021-01-31 12:26:25 +00:00
ItemURI.php
Mail.php
Nodeinfo.php
Notification.php
OpenWebAuthToken.php
PermissionSet.php
Photo.php
Post.php New table "post-content" 2021-01-30 22:03:53 +00:00
Process.php
Profile.php
ProfileField.php
PushSubscriber.php
README.md
Register.php
Search.php
Tag.php
User.php Avoid non numeric parameter 2021-01-29 23:41:42 +00:00
UserItem.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.