1
1
Fork 0
friendica_2019-12_sharedHos.../src/Model
nupplaPhil 0840938dff
Rename classes
- Repository/Model Notification => Notify
- Factory/Object Notification => Notification
2020-01-26 20:30:24 +01:00
..
Config
Storage
TwoFactor
User
APContact.php Remove unneeded Config namespace usages 2020-01-19 22:50:44 +01:00
Attach.php
Contact.php Remove references to deprecated profile.is-default and profile.profile-name fields 2020-01-22 19:42:37 -05:00
Conversation.php
Event.php
FileTag.php
GContact.php Fix: unknown variable 2020-01-21 19:15:38 +00: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
Item.php Merge pull request #8147 from annando/fetch-post 2020-01-20 23:51:07 +01:00
ItemContent.php
ItemDeliveryData.php
ItemURI.php
Mail.php
Nodeinfo.php
Notify.php Rename classes 2020-01-26 20:30:24 +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 references to deprecated profile.is-default and profile.profile-name fields 2020-01-22 19:42:37 -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 Remove references to deprecated profile.is-default and profile.profile-name fields 2020-01-22 19:42:37 -05: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.