friendica/src/Model
Hypolite Petovan 919b1f45ab Add new Introduction model class 2019-12-11 08:24:16 -05:00
..
Config
Storage
TwoFactor
APContact.php Removed outcommented code 2019-12-11 00:10:25 +00:00
Attach.php
Contact.php Issue 7418: connections to forums should now work again 2019-12-09 21:19:20 +00:00
Conversation.php
Event.php Notice/warning in event fixed 2019-11-25 11:16:55 +00:00
FileTag.php
GContact.php Fix a notice in gcontact.php 2019-11-26 19:03:21 +00:00
GServer.php
Group.php Group selection: Respect "pubmail" and ignore atchived or blocked contacts 2019-12-02 23:04:11 +00:00
Introduction.php Add new Introduction model class 2019-12-11 08:24:16 -05:00
Item.php Issue 7613: When an item is deleted, delete all notifications for it 2019-12-10 06:21:18 +00:00
ItemContent.php
ItemDeliveryData.php
ItemURI.php
Mail.php
Nodeinfo.php
Notify.php
OpenWebAuthToken.php
PermissionSet.php
Photo.php
Process.php
Profile.php
PushSubscriber.php
README.md
Register.php
Search.php
Term.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.