friendica/src/Model
nupplaPhil 1de3f186d7
Introduce new DI container
- Adding Friendica\DI class for getting dynamic classes
- Replacing BaseObject::getApp() with this class
2019-12-29 20:16:55 +01:00
..
Config
Storage
TwoFactor
User
APContact.php Ensure pubkey key is present in APContact::getByUrl result 2019-12-24 15:37:35 -05:00
Attach.php Introduce new DI container 2019-12-29 20:16:55 +01:00
Contact.php Introduce new DI container 2019-12-29 20:16:55 +01:00
Conversation.php
Event.php
FileTag.php
GContact.php
GServer.php
Group.php
Introduction.php
Item.php Introduce new DI container 2019-12-29 20:16:55 +01:00
ItemContent.php
ItemDeliveryData.php
ItemURI.php
Mail.php
Nodeinfo.php Introduce new DI container 2019-12-29 20:16:55 +01:00
Notify.php Introduce new DI container 2019-12-29 20:16:55 +01:00
OpenWebAuthToken.php
PermissionSet.php
Photo.php Introduce new DI container 2019-12-29 20:16:55 +01:00
Process.php
Profile.php
PushSubscriber.php
README.md
Register.php
Search.php
Term.php
User.php Make L10n immutable 2019-12-28 23:12:01 +01:00

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.