friendica-github/src/Model
2024-12-14 20:12:04 +00:00
..
APContact REUSE src directory 2024-08-24 15:27:00 +02:00
Contact Fix errors in Model namespace 2024-12-03 22:46:40 +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 errors in Model namespace 2024-12-04 21:41:41 +00:00
User refactor usage of Friendica\App namespace 2024-11-11 00:30:58 +00:00
APContact.php fix errors in all models 2024-11-18 23:30:37 +00:00
Attach.php Fix errors in Model namespace 2024-12-03 22:46:40 +00:00
Circle.php REUSE src directory 2024-08-24 15:27:00 +02:00
Contact.php Fix errors in Model namespace 2024-12-03 22:46:40 +00:00
Conversation.php Preparation for the Bluesky Jetstream firehose 2024-11-24 06:51:00 +00:00
Event.php Fix errors in Model namespace 2024-12-03 22:46:40 +00:00
FileTag.php REUSE src directory 2024-08-24 15:27:00 +02:00
GServer.php Change return type 2024-12-14 14:58:19 +00:00
Item.php Fix errors in Model namespace 2024-12-03 22:46:40 +00:00
ItemURI.php REUSE src directory 2024-08-24 15:27:00 +02:00
Mail.php REUSE src directory 2024-08-24 15:27:00 +02: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 errors in Model namespace 2024-12-04 21:41:41 +00:00
Post.php Fix errors in Model namespace 2024-12-04 21:41:41 +00:00
Profile.php Fix errors in Model namespace 2024-12-04 21:41:41 +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 Renemae Notification entity alias 2024-12-14 20:12:04 +00:00
Tag.php OStatus support removed 2024-09-11 03:44:40 +00:00
User.php Ignore phpstan error for magic setter in LightOpenID class 2024-12-04 21:53:15 +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.