Files
friendica/src/Model
Hypolite Petovan 178e506917 Merge pull request #9304 from annando/suggestions
Functionality to add suggestions
2020-09-27 17:16:29 -04:00
..
2020-08-22 14:36:42 +00:00
2020-09-27 22:31:59 +02:00
2020-07-23 06:11:21 +00:00
2020-07-23 06:25:01 +00:00
2020-08-31 12:40:23 +00:00
2020-09-02 19:19:00 +00:00
2020-09-27 13:23:59 +00:00
2020-04-19 08:34:20 +00:00
2020-09-19 03:16:26 +00:00
2020-07-13 09:45:45 +00:00
2020-09-15 18:16:44 +02:00
2019-03-22 22:56:57 -04:00
2020-04-29 01:40:59 +00:00
2020-09-07 04:36:28 +00:00
2020-05-19 22:42:01 +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.