Files
friendica/src/Model
Michael Vogel 8f22b4f33d Update src/Model/GServer.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2022-12-19 15:22:21 +01:00
..
2022-04-25 13:49:17 +00:00
2022-12-04 13:29:21 +00:00
2022-08-09 14:55:55 -04:00
2022-06-25 23:04:00 +02:00
2022-06-18 17:09:46 +02:00
2022-12-19 15:22:21 +01:00
2022-07-29 00:08:38 +02:00
2022-12-11 11:21:02 +01:00
2019-03-22 22:56:57 -04:00
2022-06-23 17:30:14 +02:00
2022-10-29 22:11:39 +00:00
2022-12-06 22:23:43 +00:00
2022-06-23 17:30:14 +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.