friendica/src/Model
2020-01-20 07:32:46 -05:00
..
Config
Storage Shorten "Configuration" to "Config" again, since the Wrapper is gone 2020-01-19 21:29:36 +01:00
TwoFactor
User Shorten "Configuration" to "Config" again, since the Wrapper is gone 2020-01-19 21:29:36 +01:00
APContact.php Remove unneeded Config namespace usages 2020-01-19 22:50:44 +01:00
Attach.php @brief is removed completely 2020-01-19 06:05:23 +00:00
Contact.php Remove unneeded Config namespace usages 2020-01-19 22:50:44 +01:00
Conversation.php @brief is removed completely 2020-01-19 06:05:23 +00:00
Event.php cleanup namespace usages for L10n 2020-01-19 16:31:33 +01:00
FileTag.php cleanup namespace usages for L10n 2020-01-19 16:31:33 +01:00
GContact.php Remove unneeded Config namespace usages 2020-01-19 22:50:44 +01:00
Group.php cleanup namespace usages for L10n 2020-01-19 16:31:33 +01:00
GServer.php Remove unneeded Config namespace usages 2020-01-19 22:50:44 +01:00
Introduction.php Fix typo in intro table field name 2020-01-12 10:55:47 -05:00
Item.php Remove unneeded Config namespace usages 2020-01-19 22:50:44 +01:00
ItemContent.php @brief is removed completely 2020-01-19 06:05:23 +00:00
ItemDeliveryData.php
ItemURI.php @brief is removed completely 2020-01-19 06:05:23 +00:00
Mail.php cleanup namespace usages for L10n 2020-01-19 16:31:33 +01:00
Nodeinfo.php The item count is now done in a single query 2020-01-11 14:25:43 +00:00
Notify.php Shorten "PConfiguration" to "PConfig" again, since the Wrapper is gone 2020-01-19 22:23:44 +01:00
OpenWebAuthToken.php
PermissionSet.php @brief is removed completely 2020-01-19 06:05:23 +00:00
Photo.php Remove unneeded Config namespace usages 2020-01-19 22:50:44 +01:00
Process.php @brief is removed completely 2020-01-19 06:05:23 +00:00
Profile.php Remove duplicate profile_uid key in App->profile array 2020-01-20 07:32:46 -05:00
PushSubscriber.php @brief is removed completely 2020-01-19 06:05:23 +00:00
README.md
Register.php
Search.php
Term.php CleanUp Cache namespace 2020-01-18 15:41:19 +01:00
User.php Remove unneeded Config namespace usages 2020-01-19 22:50:44 +01:00
UserItem.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.