Files
friendica/src/Model
nupplaPhil 7a2f4dc54e Make L10n immutable
- Remove Push/Pop
- Add "withLang($lang)" method
2019-12-28 23:12:01 +01:00
..
2019-07-15 16:32:13 -04:00
2019-07-28 00:03:42 -04:00
2019-11-25 11:16:55 +00:00
2019-05-30 13:54:35 +02:00
2019-12-21 06:39:22 +00:00
2019-12-24 05:04:11 +00:00
2019-01-21 10:35:51 -05:00
2019-04-22 14:22:00 +02:00
2019-11-11 23:13:36 +00:00
2019-01-21 10:35:51 -05:00
2019-12-20 06:47:18 +00:00
2019-03-22 22:56:57 -04:00
2019-10-10 15:21:41 -08:00
2019-12-28 23:12:01 +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.