friendica/src/Model
Michael 31693c2d1f Separation between picture links 2023-03-16 05:01:05 +00:00
..
APContact
Contact
Log
Notification
Post Separation between picture links 2023-03-16 05:01:05 +00:00
User Adapt BaseURL calls to new UriInterface 2023-02-18 21:12:21 +01:00
APContact.php Use "Exception" 2023-02-26 22:43:45 +00:00
Attach.php
Contact.php Use "Exception" 2023-02-26 22:43:45 +00:00
Conversation.php
Event.php
FileTag.php
GServer.php
Group.php
Item.php Editing/removing of attached pictures is now possible via web 2023-02-27 07:47:31 +00:00
ItemURI.php
Mail.php
Nodeinfo.php Adapt BaseURL calls to new UriInterface 2023-02-18 21:12:21 +01:00
OpenWebAuthToken.php
Photo.php Adapt BaseURL calls to new UriInterface 2023-02-18 21:12:21 +01:00
Post.php
Profile.php Adapt BaseURL calls to new UriInterface 2023-02-18 21:12:21 +01:00
PushSubscriber.php
README.md
Register.php
Search.php
Subscription.php
Tag.php
User.php Adapt BaseURL calls to new UriInterface 2023-02-18 21:12:21 +01:00
Verb.php

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.