friendica/src/Model
2019-12-21 06:39:22 +00:00
..
Config
Storage Replace deprecated calls to defaults() by ?? and ?: in src/ 2019-10-16 08:38:52 -04:00
TwoFactor
APContact.php Ensure APContact::getByUrl always returns an array 2019-12-11 08:25:44 -05:00
Attach.php
Contact.php Issue 7953: Don't show follow/unfollow on the hovercard for the "self" contact 2019-12-16 06:35:29 +00:00
Conversation.php Replace deprecated calls to defaults() by ?? and ?: in src/ 2019-10-16 08:38:52 -04:00
Event.php Notice/warning in event fixed 2019-11-25 11:16:55 +00:00
FileTag.php
GContact.php Relocated functions 2019-12-21 06:39:22 +00:00
Group.php Group selection: Respect "pubmail" and ignore atchived or blocked contacts 2019-12-02 23:04:11 +00:00
GServer.php Relocated functions 2019-12-21 06:39:22 +00:00
Introduction.php Add new Introduction model class 2019-12-11 08:24:16 -05:00
Item.php Don't process empty hash tags in Model\Item 2019-12-13 07:16:43 -05:00
ItemContent.php Replace deprecated calls to defaults() by ?? and ?: in src/ 2019-10-16 08:38:52 -04:00
ItemDeliveryData.php Now using the correct function call ... 2019-11-23 04:31:40 +00:00
ItemURI.php
Mail.php Move Activity/Namespaces defines to constants 2019-10-24 21:40:12 +02:00
Nodeinfo.php
Notify.php Wrong condition for home notifications 2019-10-28 00:01:35 +01:00
OpenWebAuthToken.php
PermissionSet.php Replace deprecated calls to defaults() by ?? and ?: in src/ 2019-10-16 08:38:52 -04:00
Photo.php Better function name 2019-11-11 23:13:36 +00:00
Process.php
Profile.php "gprobe" removed 2019-12-20 06:47:18 +00:00
PushSubscriber.php
README.md
Register.php
Search.php
Term.php Replace deprecated calls to defaults() by ?? and ?: in src/ 2019-10-16 08:38:52 -04:00
User.php Rename Photo::newResource() result variable from $hash to $resource_id 2019-11-02 07:48:45 -04: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.