friendica/src/Model
Hypolite Petovan a7dd0173a7 Remove obsolete profile_id parameter in Model\Profile::load 2020-01-27 22:01:12 -05:00
..
Config
Storage
TwoFactor
User
APContact.php
Attach.php
Contact.php Replace profile tab GET parameter by route 2020-01-27 19:21:18 -05:00
Conversation.php
Event.php
FileTag.php
GContact.php
GServer.php
Group.php
Introduction.php
Item.php
ItemContent.php
ItemDeliveryData.php
ItemURI.php
Mail.php
Nodeinfo.php
Notify.php
OpenWebAuthToken.php
PermissionSet.php
Photo.php
Process.php
Profile.php Remove obsolete profile_id parameter in Model\Profile::load 2020-01-27 22:01:12 -05:00
ProfileField.php
PushSubscriber.php
README.md
Register.php
Search.php
Term.php
User.php
UserItem.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.