Files
friendica/src/Model
Michael Vogel 3f9c78a20b Update src/Model/Profile.php
Co-Authored-By: Hypolite Petovan <hypolite@mrpetovan.com>
2020-04-26 08:04:03 +02:00
..
2020-03-28 15:18:12 +00:00
2020-04-20 11:47:08 -04:00
2020-04-13 19:24:22 +00:00
2020-04-19 08:34:20 +00:00
2020-02-09 15:45:36 +01:00
2020-03-09 23:28:37 +00:00
2020-04-01 05:42:44 +00:00
2020-04-26 08:04:03 +02:00
2019-03-22 22:56:57 -04:00
2020-04-24 15:42:43 +00:00
2020-04-24 11:04:50 +00:00
2020-04-16 08:21:02 +00:00
2020-04-22 15:22:39 +00: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.