Files
friendica/src/Model
Hypolite Petovan 5c3227ac4c Merge pull request #13663 from annando/issue-13607
Issue 13607: Use privacy setting for "remote self"
2023-11-24 21:19:52 -05:00
..
2023-01-01 09:36:24 -05:00
2023-03-26 20:04:07 -04:00
2023-11-09 06:43:03 +00:00
2023-01-01 09:36:24 -05:00
2023-07-25 22:44:03 +02:00
2023-03-26 20:03:51 -04:00
2023-01-01 09:36:24 -05:00
2019-03-22 22:56:57 -04:00
2023-01-01 09:36:24 -05:00
2023-01-01 09:36:24 -05:00
2023-11-09 06:43:03 +00:00
2023-01-01 09:36:24 -05: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.