friendica/src/Model
Roland Häder 36d56a4041 Continued:
- changed back to 'return false;' as other methods heavily rely on false instead
  of an empty array as pointed out by @heluecht@pirati.ca
- $fetched_contact should be initialized as an empty array, let's not make this
  code more crazier than it already is (see APContact::getByURL())
2022-06-17 17:18:31 +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 Issue 11566: More detailled notification configuration 2022-06-05 11:41:08 +00:00
User Update copyright 2022-01-02 08:27:47 +01:00
APContact.php Continued: 2022-06-17 17:18:31 +02:00
Attach.php Some more type-hints added 2022-06-17 17:18:31 +02:00
Contact.php Continued: 2022-06-17 17:18:31 +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 Update copyright 2022-01-02 08:27:47 +01:00
Group.php Apply suggestions 2022-02-20 14:10:57 +01:00
GServer.php Some fixes: 2022-06-17 17:18:31 +02:00
Item.php Changes: 2022-06-15 22:28:33 +02:00
ItemURI.php Update copyright 2022-01-02 08:27:47 +01:00
Mail.php Ensure the private message recipient is valid in Mail::send 2022-02-23 21:30:18 -05:00
Nodeinfo.php Update copyright 2022-01-02 08:27:47 +01:00
OpenWebAuthToken.php Update copyright 2022-01-02 08:27:47 +01:00
Photo.php Some fixes: 2022-06-17 17:18:31 +02:00
Post.php Display featured posts for contacts 2022-04-07 21:52:25 +00:00
Profile.php Fix for non-existing record system.mobile_theme in config table 2022-06-17 17:18:31 +02:00
PushSubscriber.php Merge pull request #11129 from urbalazs/copyright-2022 2022-01-02 09:45:35 +01: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

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.