1
0
Fork 0
friendica_2020-09-1_sharedH.../src/Model
2020-02-05 21:41:00 +01:00
..
Config
Notify Move Notify::TYPE_INTRO 2020-02-05 21:41:00 +01:00
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
Contact.php Move Notify::TYPE_INTRO 2020-02-05 21:41:00 +01:00
Conversation.php
Event.php
FileTag.php
FSuggest.php improvements 2020-02-01 00:27:46 +01:00
GContact.php Remove usage of profile.gender 2020-01-27 23:00:18 -05:00
Group.php Enable meta groups in Model\Group::getIdsByContactId 2020-01-20 07:32:47 -05:00
GServer.php Remove unneeded Config namespace usages 2020-01-19 22:50:44 +01:00
Introduction.php final keyword removed :-) 2020-01-29 22:27:55 +01:00
Item.php AP comments from GNU Social are now working 2020-02-02 19:59:14 +00:00
ItemContent.php
ItemDeliveryData.php
ItemURI.php
Mail.php
Nodeinfo.php
Notify.php Move OTYPE constants to own enum class 2020-02-05 21:40:59 +01:00
OpenWebAuthToken.php
PermissionSet.php Add properties to PermissionSet Model 2020-01-22 00:22:53 +01:00
Photo.php Remove unneeded Config namespace usages 2020-01-19 22:50:44 +01:00
Process.php
Profile.php Remove uses of the rest of deprecated profile fields 2020-01-27 23:06:30 -05:00
ProfileField.php Add permission set lazy loading to Profile Field model 2020-01-22 19:42:35 -05:00
PushSubscriber.php
README.md
Register.php
Search.php
Term.php
User.php simplify mail creation 2020-02-04 21:05:33 +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.