Files
friendica/src/Model
Hypolite Petovan 706444bdb2 Decouple conversation creation from rendering
- This allows to separately obtain a list of threads for rendering without having to deal with an already-formed HTML output
2023-07-08 16:57:52 -04:00
..
2023-01-01 09:36:24 -05:00
2023-03-26 20:04:07 -04:00
2023-06-25 20:37:11 +00:00
2023-01-01 09:36:24 -05:00
2023-06-23 21:27:34 +00:00
2023-03-22 21:35:44 -04:00
2023-03-26 16:03:22 -04:00
2023-03-26 20:03:51 -04: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-01-01 09:36:24 -05:00
2023-06-26 05:32:33 +00:00
2023-01-01 09:36:24 -05: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.