Files
friendica/src/Model
Philipp Holzer 3465bd9f11 rename methods
2019-10-26 05:02:14 +02:00
..
2019-07-15 16:32:13 -04:00
2019-07-24 19:30:36 +00:00
2019-07-28 00:03:42 -04:00
2019-10-25 00:10:20 +02:00
2019-10-25 00:10:20 +02:00
2019-05-30 13:54:35 +02:00
2019-10-25 00:10:20 +02:00
2019-09-03 03:59:46 +00:00
2019-01-21 10:35:51 -05:00
2019-04-22 14:22:00 +02:00
2019-10-26 05:02:14 +02:00
2019-01-21 10:35:51 -05:00
2019-03-22 22:56:57 -04:00
2019-10-10 15:21:41 -08: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.