Hypolite Petovan 7f711e266f Assume unsettable system.always_my_theme pconfig value is always true
- This was a logged in user setting so it assumes false for anonymous users
2022-05-29 16:13:49 -04:00
..
2022-04-25 13:49:17 +00:00
2022-01-02 10:49:50 +01:00
2022-01-02 08:27:47 +01:00
2022-05-19 09:08:04 +00:00
2022-01-02 08:27:47 +01:00
2022-04-25 13:45:03 +00: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-01-02 08:27:47 +01:00
2022-02-20 14:10:57 +01: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-05-24 17:39:02 +00: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.