Files
friendica/src/Model
Philipp e56c8dcc3c Merge pull request #8063 from MrPetovan/bug/8058-use-default-user-acl-events
Use default user permissions when creating new event
2020-01-06 14:18:20 +01:00
..
2019-07-15 16:32:13 -04:00
2019-05-30 13:54:35 +02:00
2020-01-05 02:19:02 +00:00
2020-01-05 09:10:03 +00:00
2019-03-22 22:56:57 -04:00
2019-10-10 15:21:41 -08: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.