friendica/src/Model
2019-08-30 07:59:18 +02:00
..
Config
Storage
TwoFactor
APContact.php
Attach.php Ensure *toArray returns an array 2019-07-28 00:03:42 -04:00
Contact.php Renamed function parameter 2019-08-30 07:59:18 +02:00
Conversation.php
Event.php
FileTag.php
GContact.php removed superfluous comment 2019-08-18 15:04:36 +02:00
Group.php Use network field instead of protocol in Group::expand 2019-08-11 16:41:00 -04:00
Item.php Delivery count now counts the failed delivery attempts as well 2019-08-20 07:39:13 +00:00
ItemContent.php
ItemDeliveryData.php Delivery count now counts the failed delivery attempts as well 2019-08-20 07:39:13 +00:00
ItemURI.php
Mail.php
Nodeinfo.php
OpenWebAuthToken.php
PermissionSet.php
Photo.php Added support for image descriptions and multiple image posts to external services 2019-08-05 16:27:45 +00:00
Process.php
Profile.php Translating the vcard 2019-08-20 16:38:46 +02:00
PushSubscriber.php
README.md
Register.php
Search.php
Term.php Fix trending tags variable name mistakes in Model\Term 2019-08-06 20:52:54 -04:00
User.php

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.