Hypolite Petovan 5f18d27b0b
Merge pull request #8752 from annando/posts-from-id
Avoid unneeded database calls when showing posts of contacts
2020-06-10 00:11:51 -04:00
..
2020-06-08 18:40:21 -04:00
2020-04-19 08:34:20 +00:00
2020-03-09 23:28:37 +00:00
2020-04-01 05:42:44 +00:00
2020-04-28 13:33:03 +00:00
2019-03-22 22:56:57 -04:00
2020-04-29 01:40:59 +00:00
2020-04-28 13:33:03 +00:00
2020-05-18 01:05:38 -04:00
2020-05-02 05:08:05 +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.