Files
friendica/src/Model
Roland Häder 752953e472 Changes:
- as @MrPetovan pointed out, $actor can be NULL earlier and used later as NULL
- added some missing type-hints
- added missing documentation
- the added @TODO points out to avoid true|false|null for a boolean
2022-06-20 21:00:19 +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-06-18 23:12:52 +02:00
2022-01-02 08:27:47 +01:00
2022-06-20 21:00:19 +02:00
2022-06-18 17:09:46 +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-06-18 17:09:46 +02:00
2022-06-18 17:22:50 +02:00
2022-06-20 18:56:22 +02:00
2022-06-20 19:05:02 +02:00
2022-06-18 18:30:50 +02:00
2022-06-18 17:52:46 +02:00
2022-06-19 01:11:30 +02:00
2022-06-18 16:59:23 +02:00
2022-06-18 16:59:23 +02:00
2022-06-18 16:59:23 +02: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.