1
0
Fork 0
friendica_2020-09-1_sharedH.../src/Model
2019-05-05 18:40:36 +02:00
..
Storage
APContact.php
Attach.php
Contact.php Optimized Profile::searchProfiles & Bugfix Contact::getProbeDataFromDatabase 2019-05-05 18:40:36 +02:00
Conversation.php
Event.php
FileTag.php
GContact.php
Group.php
Item.php Remove /display/{nick}/{id} URL structure publishing 2019-05-02 17:04:17 -04:00
ItemContent.php
ItemDeliveryData.php
ItemURI.php
Mail.php
Nodeinfo.php
OpenWebAuthToken.php
PermissionSet.php
Photo.php
Process.php
Profile.php Optimized Profile::searchProfiles & Bugfix Contact::getProbeDataFromDatabase 2019-05-05 18:40:36 +02:00
PushSubscriber.php
README.md
Register.php
Search.php
Term.php
User.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.