Files
friendica/src/Model
Roland Häder adb4aea6ad Changes:
- added some type-hints
- replaced most double-quotes (only Diaspora.php, later more) with single
- added some documentation
- normalized indenting in Diaspora.php (I hope I got all?)
2022-06-18 05:03:10 +02:00
..
2022-04-25 13:49:17 +00:00
2022-06-17 17:18:31 +02:00
2022-01-02 08:27:47 +01:00
2022-01-02 08:27:47 +01:00
2022-06-17 17:18:31 +02:00
2022-06-17 17:18:31 +02:00
2022-06-18 05:03:10 +02:00
2022-06-17 17:18:31 +02:00
2022-06-17 17:18:31 +02:00
2022-06-17 17:18:31 +02:00
2022-01-02 08:27:47 +01:00
2022-02-20 14:10:57 +01:00
2022-06-17 17:18:31 +02:00
2022-06-15 22:28:33 +02: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-06-17 17:18:31 +02:00
2022-04-07 21:52:25 +00: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

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.