friendica/src/Model
Michael 7ac4a08e1b Additional "is null" check in post update / create the "vid" if needed 2020-05-31 15:48:31 +00:00
..
Config
Notify
Post
Storage
TwoFactor
User
APContact.php The "item-activity" is removed 2020-05-26 05:18:50 +00:00
Attach.php Fix wrong variable name in Model\Attach 2020-05-20 18:28:14 -04:00
Contact.php Some more "baseurl" improvements 2020-05-24 20:40:00 +00:00
Conversation.php
Event.php Assign default protocol to new events 2020-05-27 08:23:15 -04:00
FSuggest.php
FileTag.php
GContact.php Improved server detection / gsid introduced 2020-05-22 04:19:32 +00:00
GServer.php Fix notice because of missing array item 2020-05-27 03:19:17 +00:00
Group.php
Introduction.php
Item.php Additional "is null" check in post update / create the "vid" if needed 2020-05-31 15:48:31 +00:00
ItemContent.php
ItemURI.php
Mail.php
Nodeinfo.php
Notify.php
OpenWebAuthToken.php
PermissionSet.php
Photo.php
Process.php
Profile.php The "item-activity" is removed 2020-05-26 05:18:50 +00:00
ProfileField.php
PushSubscriber.php
README.md
Register.php
Search.php
Tag.php Add new Strings::startsWith method 2020-05-18 01:05:38 -04:00
User.php
UserItem.php
Verb.php Update src/Model/Verb.php 2020-05-19 22:42:01 +02:00

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.