Files
friendica/src/Model
Philipp 80bd0a4d5a Fix IHTTPResult::getHeader()
- Now returns a string array, like expected
- Fix usages
- Fix dataset
2020-10-10 23:11:30 +02:00
..
2020-10-06 20:36:57 +00:00
2020-07-23 06:11:21 +00:00
2020-09-02 19:19:00 +00:00
2020-04-19 08:34:20 +00:00
2020-09-19 03:16:26 +00:00
2020-07-13 09:45:45 +00:00
2020-10-10 23:11:30 +02:00
2020-09-15 18:16:44 +02:00
2020-10-07 20:06:15 +00:00
2019-03-22 22:56:57 -04:00
2020-04-29 01:40:59 +00:00
2020-10-10 23:11:30 +02:00
2020-09-07 04:36:28 +00:00
2020-05-19 22:42:01 +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.