Files
friendica/src/Model
Josh Soref c8d5b6e0c6 spelling: group
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-03-26 16:03:23 -04:00
..
2023-01-01 09:36:24 -05:00
2023-01-01 09:36:24 -05:00
2023-01-01 09:36:24 -05:00
2023-01-01 09:36:24 -05:00
2023-03-26 16:03:23 -04:00
2023-03-26 16:03:23 -04:00
2023-02-26 22:43:45 +00:00
2023-01-01 09:36:24 -05:00
2023-03-26 16:03:22 -04:00
2023-01-01 09:36:24 -05:00
2023-03-26 16:03:23 -04:00
2023-03-26 16:03:23 -04:00
2023-03-26 16:03:23 -04:00
2023-03-22 21:35:44 -04:00
2023-03-26 16:03:22 -04:00
2023-01-01 09:36:24 -05:00
2023-03-26 16:03:23 -04:00
2023-01-09 16:23:39 +00:00
2023-01-01 09:36:24 -05:00
2019-03-22 22:56:57 -04:00
2023-01-01 09:36:24 -05:00
2023-01-01 09:36:24 -05:00
2023-01-01 09:36:24 -05:00
2023-03-26 16:03:22 -04:00
2023-01-01 09:36:24 -05: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.