Files
friendica/src/Model
Michael Vogel 8fc96477e7 Use the post-counts table to display content (#13781)
* Use the post-counts table to display content

* Use verb instead of vid

* Use verb

* Update counter on delete
2023-12-31 12:50:07 +01:00
..
2023-01-01 09:36:24 -05:00
2023-03-26 20:04:07 -04:00
2023-12-14 06:18:17 +00:00
2023-01-01 09:36:24 -05:00
2023-07-25 22:44:03 +02:00
2023-03-26 20:03:51 -04:00
2023-11-25 15:14:06 +00:00
2023-01-01 09:36:24 -05:00
2019-03-22 22:56:57 -04:00
2023-01-01 09:36:24 -05:00
2023-01-01 09:36:24 -05:00
2023-12-21 00:33:42 +00:00
2023-12-28 10:23:01 +00: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.