friendica/src/Model
2025-03-12 15:51:14 +00:00
..
APContact REUSE src directory 2024-08-24 15:27:00 +02:00
Contact fix 7 PHPStan errors in factoriy and Model 2025-03-05 15:15:18 +00:00
Log Fix 7 PHPStan errors 2025-03-05 14:27:34 +00:00
Notification REUSE src directory 2024-08-24 15:27:00 +02:00
Post Fix 7 PHPStan errors 2025-03-05 14:27:34 +00:00
User refactor usage of Friendica\App namespace 2024-11-11 00:30:58 +00:00
APContact.php Handle redirected servers in server detection. 2025-02-15 14:43:23 +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 Add public contact if missing 2025-03-11 04:51:20 +00:00
Conversation.php Preparation for the Bluesky Jetstream firehose 2024-11-24 06:51:00 +00:00
Event.php fix 7 PHPStan errors in factoriy and Model 2025-03-05 15:15:18 +00:00
FileTag.php REUSE src directory 2024-08-24 15:27:00 +02:00
GServer.php fix 7 PHPStan errors in factoriy and Model 2025-03-05 15:15:18 +00:00
Item.php Fix 7 PHPStan errors 2025-03-05 14:27:34 +00:00
ItemHelper.php Extract getDuplicateID() into ItemHelper 2025-01-23 13:26:58 +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 Fix 7 PHPStan errors 2025-03-05 14:27:34 +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 Add public contact if missing 2025-03-11 04:51:20 +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.