friendica/src/Model
2020-01-04 22:53:06 +00:00
..
Config
Storage
TwoFactor
User Creating interfaces for Config/PConfig & fix tests 2019-12-29 20:18:19 +01:00
APContact.php
Attach.php
Contact.php Remove get_app() in favor of DI::app() 2020-01-04 23:42:01 +01:00
Conversation.php
Event.php Move redundant System::baseUrl() to DI::baseUrl() calls 2019-12-30 23:00:08 +01:00
FileTag.php
GContact.php Merge pull request #8044 from annando/contact-adding 2020-01-01 20:38:34 +01:00
Group.php
GServer.php Relocated functions from PortableContact to GServer 2020-01-01 21:29:36 +00:00
Introduction.php
Item.php Move redundant System::baseUrl() to DI::baseUrl() calls 2019-12-30 23:00:08 +01:00
ItemContent.php
ItemDeliveryData.php
ItemURI.php
Mail.php Remove get_app() in favor of DI::app() 2020-01-04 23:42:01 +01:00
Nodeinfo.php
Notify.php Creating interfaces for Config/PConfig & fix tests 2019-12-29 20:18:19 +01:00
OpenWebAuthToken.php
PermissionSet.php
Photo.php Remove get_app() in favor of DI::app() 2020-01-04 23:42:01 +01:00
Process.php
Profile.php Remove get_app() in favor of DI::app() 2020-01-04 23:42:01 +01:00
PushSubscriber.php
README.md
Register.php
Search.php
Term.php Move redundant System::baseUrl() to DI::baseUrl() calls 2019-12-30 23:00:08 +01:00
User.php Move redundant System::baseUrl() to DI::baseUrl() calls 2019-12-30 23:00:08 +01:00
UserItem.php First testable version 2020-01-04 21:45:20 +00:00

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.