Files
friendica/src/Model
Michael Vogel 1fb47b96aa Merge pull request #8975 from MrPetovan/task/8918-move-mod-common
Move mod/common.php to src/ Part 2: Add Module\Profile\Common class
2020-08-05 23:17:12 +02:00
..
2020-07-23 06:11:21 +00:00
2020-07-23 06:25:01 +00:00
2020-08-01 16:15:18 +00:00
2020-08-04 04:47:02 +00:00
2020-04-19 08:34:20 +00:00
2020-07-13 09:45:45 +00:00
2020-04-28 13:33:03 +00:00
2019-03-22 22:56:57 -04:00
2020-04-29 01:40:59 +00:00
2020-04-28 13:33:03 +00:00
2020-07-29 14:59:55 +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.