Tobias Diekershoff b18880221a
Merge pull request #11531 from annando/display-polls
Improved poll texts for different conditions
2022-05-18 08:16:41 +02:00
..
2022-04-25 13:49:17 +00:00
2022-01-02 10:49:50 +01:00
2022-01-02 08:27:47 +01:00
2022-01-02 08:27:47 +01:00
2022-04-25 13:45:03 +00:00
2022-01-02 08:27:47 +01:00
2022-05-17 15:39:04 +00:00
2022-01-02 08:27:47 +01:00
2022-01-02 08:27:47 +01:00
2022-01-02 08:27:47 +01:00
2022-02-20 14:10:57 +01:00
2022-01-02 08:27:47 +01:00
2022-01-02 08:27:47 +01:00
2022-01-02 08:27:47 +01:00
2022-05-09 04:26:00 +00:00
2022-04-07 21:52:25 +00:00
2022-04-08 20:48:57 +02:00
2019-03-22 22:56:57 -04:00
2022-01-02 08:27:47 +01:00
2022-01-02 08:27:47 +01:00
2022-01-02 08:27:47 +01:00
2022-01-02 08:27:47 +01: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.