friendica-github/src/Model
Hypolite Petovan 822b4429f3 Merge branch 'develop' into Art4/fix-code-style-for-pr-14688
# Conflicts:
#	src/Model/GServer.php
#	src/Util/HTTPSignature.php
2025-01-22 21:05:24 -05:00
..
APContact REUSE src directory 2024-08-24 15:27:00 +02:00
Contact Fix code style 2025-01-13 13:31:54 +00:00
Log Fix errors in Model namespace 2024-12-04 21:41:41 +00:00
Notification REUSE src directory 2024-08-24 15:27:00 +02:00
Post Fix code style 2025-01-13 13:31:54 +00:00
User refactor usage of Friendica\App namespace 2024-11-11 00:30:58 +00:00
APContact.php Fix code style 2025-01-13 13:31:54 +00:00
Attach.php Fix errors in Model namespace 2024-12-03 22:46:40 +00:00
Circle.php Fix code style 2025-01-13 13:31:54 +00:00
Contact.php Fix codestyle 2025-01-22 20:56:21 +00:00
Conversation.php Preparation for the Bluesky Jetstream firehose 2024-11-24 06:51:00 +00:00
Event.php Fix code style 2025-01-13 13:31:54 +00:00
FileTag.php REUSE src directory 2024-08-24 15:27:00 +02:00
GServer.php Fix codestyle 2025-01-22 20:56:21 +00:00
Item.php Fix code style 2025-01-13 13:31:54 +00:00
ItemURI.php Replace Logger with DI::logger() in Model classes 2025-01-13 10:16:02 +00:00
Mail.php Fix code style 2025-01-13 13:31:54 +00:00
Nodeinfo.php REUSE src directory 2024-08-24 15:27:00 +02:00
OpenWebAuthToken.php REUSE src directory 2024-08-24 15:27:00 +02:00
Photo.php Replace Logger with DI::logger() in Model classes 2025-01-13 10:16:02 +00:00
Post.php Fix code style 2025-01-13 13:31:54 +00:00
Profile.php Fix code style 2025-01-13 13:31:54 +00:00
README.md typo 2019-03-22 22:56:57 -04:00
Register.php REUSE src directory 2024-08-24 15:27:00 +02:00
Search.php REUSE src directory 2024-08-24 15:27:00 +02:00
Subscription.php Replace Logger with DI::logger() in Model classes 2025-01-13 10:16:02 +00:00
Tag.php Fix code style 2025-01-13 13:31:54 +00:00
User.php Fix code style 2025-01-13 13:31:54 +00:00
Verb.php REUSE src directory 2024-08-24 15:27:00 +02: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.