friendica/src/Model
2021-12-04 17:53:08 -05:00
..
Contact
Log
Notification
Post
User
APContact.php
Attach.php
Contact.php
Conversation.php
Event.php
FContact.php
FileTag.php
Group.php
GServer.php
Item.php Replace references to UTC_TIMESTAMP in SQL queries with a DateTimeFormat generated parameter 2021-12-04 17:53:08 -05:00
ItemURI.php
Mail.php
Nodeinfo.php
OpenWebAuthToken.php
Photo.php
Post.php
Profile.php
PushSubscriber.php Replace references to UTC_TIMESTAMP in SQL queries with a DateTimeFormat generated parameter 2021-12-04 17:53:08 -05:00
README.md
Register.php
Search.php
Subscription.php
Tag.php Replace references to UTC_TIMESTAMP in SQL queries with a DateTimeFormat generated parameter 2021-12-04 17:53:08 -05:00
User.php
Verb.php

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.