friendica/src/Model
Roland Häder c0d7f8944d
Some calls saved
2022-06-19 11:26:10 +02:00
..
APContact Standards 2022-04-25 13:49:17 +00:00
Contact Added processing of incoming block notices 2022-04-05 19:14:29 +00:00
Log Continued: 2022-06-17 17:18:31 +02:00
Notification Update copyright 2022-01-02 08:27:47 +01:00
Post Changes: 2022-06-18 23:12:52 +02:00
User Update copyright 2022-01-02 08:27:47 +01:00
APContact.php Changes: 2022-06-18 17:09:46 +02:00
Attach.php Changes: 2022-06-18 17:09:46 +02:00
Contact.php Changes: 2022-06-18 05:03:10 +02:00
Conversation.php Some more type-hints added 2022-06-17 17:18:31 +02:00
Event.php Some more type-hints added 2022-06-17 17:18:31 +02:00
FContact.php Continued: 2022-06-17 17:18:31 +02:00
FileTag.php Changes: 2022-06-18 17:09:46 +02:00
GServer.php Some calls saved 2022-06-19 11:26:10 +02:00
Group.php Continued: 2022-06-18 17:22:50 +02:00
Item.php Changed back to suggestions by @MrPetovan 2022-06-18 23:24:08 +02:00
ItemURI.php Maybe fix for: 2022-06-18 18:30:50 +02:00
Mail.php Added missing type-hints 2022-06-18 17:52:46 +02:00
Nodeinfo.php Changes: 2022-06-19 01:11:30 +02:00
OpenWebAuthToken.php Changed to suggestings (back to original) + fixed typo in scalar type 2022-06-18 23:30:37 +02:00
Photo.php Changed to suggestings (back to original) + fixed typo in scalar type 2022-06-18 23:30:37 +02:00
Post.php Changes: 2022-06-18 16:59:23 +02:00
Profile.php Changes: 2022-06-18 16:59:23 +02:00
PushSubscriber.php Changes: 2022-06-18 16:59:23 +02:00
README.md typo 2019-03-22 22:56:57 -04:00
Register.php Update copyright 2022-01-02 08:27:47 +01:00
Search.php Update copyright 2022-01-02 08:27:47 +01:00
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 Update copyright 2022-01-02 08:27:47 +01:00

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.