friendica/src/Model
Hypolite Petovan 19247b62ae Ensure $uid parameter of Feature::isEnabled to be an integer 2019-07-15 22:00:49 -04:00
..
Config
Storage
APContact.php
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 Ensure $uid parameter of Feature::isEnabled to be an integer 2019-07-15 22:00:49 -04:00
PushSubscriber.php
README.md
Register.php
Search.php
Term.php
TwoFactorRecoveryCode.php
User.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.