mirror of https://github.com/friendica/friendica
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
.. | ||
Config | 3 years ago | |
Notify | 3 years ago | |
Post | 3 years ago | |
Storage | 3 years ago | |
TwoFactor | 3 years ago | |
User | 3 years ago | |
APContact.php | 3 years ago | |
Attach.php | 3 years ago | |
Contact.php | 3 years ago | |
ContactRelation.php | 3 years ago | |
Conversation.php | 3 years ago | |
Event.php | 3 years ago | |
FSuggest.php | 3 years ago | |
FileTag.php | 3 years ago | |
GContact.php | 3 years ago | |
GServer.php | 3 years ago | |
Group.php | 3 years ago | |
Introduction.php | 3 years ago | |
Item.php | 3 years ago | |
ItemContent.php | 3 years ago | |
ItemURI.php | 3 years ago | |
Mail.php | 3 years ago | |
Nodeinfo.php | 3 years ago | |
Notify.php | 3 years ago | |
OpenWebAuthToken.php | 3 years ago | |
PermissionSet.php | 3 years ago | |
Photo.php | 3 years ago | |
Process.php | 3 years ago | |
Profile.php | 3 years ago | |
ProfileField.php | 3 years ago | |
PushSubscriber.php | 3 years ago | |
README.md | 4 years ago | |
Register.php | 3 years ago | |
Search.php | 3 years ago | |
Tag.php | 3 years ago | |
User.php | 3 years ago | |
UserItem.php | 3 years ago | |
Verb.php | 3 years ago |
README.md
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.