friendica-github/src/Model
2024-08-24 15:27:00 +02:00
..
APContact REUSE src directory 2024-08-24 15:27:00 +02:00
Contact REUSE src directory 2024-08-24 15:27:00 +02:00
Log REUSE src directory 2024-08-24 15:27:00 +02:00
Notification REUSE src directory 2024-08-24 15:27:00 +02:00
Post REUSE src directory 2024-08-24 15:27:00 +02:00
User REUSE src directory 2024-08-24 15:27:00 +02:00
APContact.php REUSE src directory 2024-08-24 15:27:00 +02:00
Attach.php REUSE src directory 2024-08-24 15:27:00 +02:00
Circle.php REUSE src directory 2024-08-24 15:27:00 +02:00
Contact.php REUSE src directory 2024-08-24 15:27:00 +02:00
Conversation.php REUSE src directory 2024-08-24 15:27:00 +02:00
Event.php REUSE src directory 2024-08-24 15:27:00 +02:00
FileTag.php REUSE src directory 2024-08-24 15:27:00 +02:00
GServer.php REUSE src directory 2024-08-24 15:27:00 +02:00
Item.php REUSE src directory 2024-08-24 15:27:00 +02:00
ItemURI.php REUSE src directory 2024-08-24 15:27:00 +02:00
Mail.php REUSE src directory 2024-08-24 15:27:00 +02:00
Nodeinfo.php REUSE src directory 2024-08-24 15:27:00 +02:00
OpenWebAuthToken.php REUSE src directory 2024-08-24 15:27:00 +02:00
Photo.php REUSE src directory 2024-08-24 15:27:00 +02:00
Post.php REUSE src directory 2024-08-24 15:27:00 +02:00
Profile.php REUSE src directory 2024-08-24 15:27:00 +02:00
PushSubscriber.php REUSE src directory 2024-08-24 15:27:00 +02:00
README.md typo 2019-03-22 22:56:57 -04:00
Register.php REUSE src directory 2024-08-24 15:27:00 +02:00
Search.php REUSE src directory 2024-08-24 15:27:00 +02:00
Subscription.php REUSE src directory 2024-08-24 15:27:00 +02:00
Tag.php REUSE src directory 2024-08-24 15:27:00 +02:00
User.php REUSE src directory 2024-08-24 15:27:00 +02:00
Verb.php REUSE src directory 2024-08-24 15:27:00 +02:00

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.