friendica/src/Model
Roland Häder 227bab43a8 Ops, wrong type-hint here, must be string ($nickname can never be an integer). 2022-06-17 17:18:31 +02:00
..
APContact Standards 2022-04-25 13:49:17 +00:00
Contact
Log Continued: 2022-06-17 17:18:31 +02:00
Notification
Post Issue 11566: More detailled notification configuration 2022-06-05 11:41:08 +00:00
User
APContact.php Added more type-hints 2022-06-17 17:18:31 +02:00
Attach.php Some fixes: 2022-06-17 17:18:31 +02:00
Contact.php Continued: 2022-06-17 17:18:31 +02:00
Conversation.php
Event.php
FContact.php
FileTag.php
GServer.php Some fixes: 2022-06-17 17:18:31 +02:00
Group.php
Item.php Changes: 2022-06-15 22:28:33 +02:00
ItemURI.php
Mail.php
Nodeinfo.php
OpenWebAuthToken.php
Photo.php Some fixes: 2022-06-17 17:18:31 +02:00
Post.php
Profile.php Fix for non-existing record system.mobile_theme in config table 2022-06-17 17:18:31 +02:00
PushSubscriber.php
README.md
Register.php
Search.php
Subscription.php Issue 11469: Repect desktop notification settings 2022-05-29 09:20:06 +00:00
Tag.php Issue 11488: Don't search for mentions in shared posts 2022-05-29 16:07:53 +00:00
User.php Ops, wrong type-hint here, must be string ($nickname can never be an integer). 2022-06-17 17:18:31 +02:00
Verb.php

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.