Files
friendica/src/Model
Hypolite Petovan 6a2c0b3cc7 Merge pull request #6989 from nupplaphil/task/basePath_baseUrl_fix
Automatic BaseURL determination fix
2019-04-11 04:07:20 -04:00
..
2019-02-19 01:56:41 +01:00
2019-03-26 05:14:47 +00:00
2019-02-13 10:22:36 +00:00
2019-01-21 10:43:42 -05:00
2019-01-21 10:48:40 -05:00
2019-02-23 17:32:40 -05:00
2019-02-19 01:56:41 +01:00
2019-01-21 10:35:51 -05:00
2019-01-23 09:06:58 -05:00
2019-02-22 23:51:13 +01:00
2019-01-21 10:35:51 -05:00
2019-03-19 06:57:37 +00:00
2019-03-22 22:56:57 -04: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.