Adding REAMDEs to directories
This commit is contained in:
committed by
Hypolite Petovan
parent
3261ffbd99
commit
8237e73e26
5
src/Model/README.md
Normal file
5
src/Model/README.md
Normal file
@@ -0,0 +1,5 @@
|
||||
### 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.
|
||||
Reference in New Issue
Block a user