Files
friendica/src/Model
Michael Vogel a52c1cde9c Merge pull request #13124 from ne20002/develop
fix for probe loop in case that network of contact has changed
2023-05-17 03:16:04 +02:00
..
2023-01-01 09:36:24 -05:00
2023-01-01 09:36:24 -05:00
2023-03-26 20:04:07 -04:00
2023-01-01 09:36:24 -05:00
2023-05-14 20:52:07 +02:00
2023-03-26 16:14:16 -04:00
2023-03-26 16:03:22 -04:00
2023-01-01 09:36:24 -05:00
2023-05-03 21:14:35 +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-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.