friendica/src/Model
2020-01-04 22:53:06 +00:00
..
Config
Storage
TwoFactor Replace BaseObject class with DI::* calls 2019-12-29 20:17:38 +01:00
User Creating interfaces for Config/PConfig & fix tests 2019-12-29 20:18:19 +01:00
APContact.php Replace BaseObject class with DI::* calls 2019-12-29 20:17:38 +01:00
Attach.php Replace BaseObject class with DI::* calls 2019-12-29 20:17:38 +01:00
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 Replace BaseObject class with DI::* calls 2019-12-29 20:17:38 +01:00
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 Replace BaseObject class with DI::* calls 2019-12-29 20:17:38 +01:00
ItemDeliveryData.php
ItemURI.php Replace BaseObject class with DI::* calls 2019-12-29 20:17:38 +01:00
Mail.php Remove get_app() in favor of DI::app() 2020-01-04 23:42:01 +01:00
Nodeinfo.php Refactor dynamic App::getLogger() to static DI::logger() 2019-12-29 20:17:41 +01:00
Notify.php Creating interfaces for Config/PConfig & fix tests 2019-12-29 20:18:19 +01:00
OpenWebAuthToken.php
PermissionSet.php Replace BaseObject class with DI::* calls 2019-12-29 20:17:38 +01:00
Photo.php Remove get_app() in favor of DI::app() 2020-01-04 23:42:01 +01:00
Process.php Replace BaseObject class with DI::* calls 2019-12-29 20:17:38 +01:00
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 Replace BaseObject class with DI::* calls 2019-12-29 20:17:38 +01:00
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.