Files
friendica/src/Model
Michael Vogel e80d68ba53 Merge pull request #8261 from MrPetovan/task/8251-use-about-for-pdesc
Use profile.about for profile description
2020-02-10 23:36:59 +01:00
..
2020-02-09 15:45:36 +01:00
2020-02-09 15:45:36 +01:00
2019-03-22 22:56:57 -04:00
2020-02-09 15:45:36 +01: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.