friendica/src/Model
Hypolite Petovan 097620b627
Merge pull request #8230 from AlfredSK/AlfredSK-statistics-query
Changed statistics query for nodeinfo
2020-02-09 17:54:22 -05:00
..
Config Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
Notify Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
Storage Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
TwoFactor Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
User Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
APContact.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
Attach.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
Contact.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
Conversation.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
Event.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
FSuggest.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
FileTag.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
GContact.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
GServer.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
Group.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
Introduction.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
Item.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
ItemContent.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
ItemDeliveryData.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
ItemURI.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
Mail.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
Nodeinfo.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
Notify.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
OpenWebAuthToken.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
PermissionSet.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
Photo.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
Process.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
Profile.php Merge pull request #8263 from annando/remote-follow 2020-02-09 17:53:13 -05:00
ProfileField.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
PushSubscriber.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
README.md typo 2019-03-22 22:56:57 -04:00
Register.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
Search.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
Term.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
User.php Merge pull request #8230 from AlfredSK/AlfredSK-statistics-query 2020-02-09 17:54:22 -05:00
UserItem.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00

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.