friendica/src/Model/README.md

5 wiersze
219 B
Markdown
Czysty Zwykły widok Historia

2019-03-03 14:15:53 +00:00
## Friendica\Model
2019-03-03 14:05:35 +00:00
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.