Files
friendica/src/Model
Hypolite Petovan 5feeffbe79 Use network field instead of protocol in Group::expand
- contact.protocol field isn't systematically populated
2019-08-11 16:41:00 -04:00
..
2019-07-15 16:32:13 -04:00
2019-02-19 01:56:41 +01:00
2019-07-24 19:30:36 +00:00
2019-07-28 00:03:42 -04:00
2019-05-30 13:54:35 +02:00
2019-07-14 16:04:52 +00:00
2019-01-21 10:35:51 -05:00
2019-04-22 14:22:00 +02:00
2019-01-21 10:35:51 -05:00
2019-07-28 00:19:38 +02: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.