Files
friendica/src/Model
Tobias Diekershoff 0c9fcdde69 Merge pull request #8057 from annando/notice-error
Fix an error and a notice
2020-01-05 07:40:31 +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
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.