]> git.mxchange.org Git - friendica.git/blob - README.md
e712d82503b660414915e5adb8e22d66aaaf49e3
[friendica.git] / README.md
1 ## Friendica\Model
2
3 Models are the glue between the business logic of the app and the datastore(s).
4
5 In the namespace Model should only be static classes that interact with the DB with the same name as a database table.