friendica/src/Model
Michael eafe54f2dd The function "getAttachedData" has been removed 2023-03-05 21:22:22 +00:00
..
APContact Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Contact Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Log Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Notification Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Post The function "getAttachedData" has been removed 2023-03-05 21:22:22 +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 Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Contact.php Use "Exception" 2023-02-26 22:43:45 +00:00
Conversation.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Event.php Replace deprecated use of "self" in callables 2023-01-21 14:25:21 -05:00
FileTag.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
GServer.php Fix fatal error because of an invalid url 2023-02-14 21:19:47 +00:00
Group.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Item.php Editing/removing of attached pictures is now possible via web 2023-02-27 07:47:31 +00:00
ItemURI.php Check for URI ID existence in Post\Media::insert 2023-01-09 16:06:22 -05:00
Mail.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Nodeinfo.php Adapt BaseURL calls to new UriInterface 2023-02-18 21:12:21 +01:00
OpenWebAuthToken.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Photo.php Adapt BaseURL calls to new UriInterface 2023-02-18 21:12:21 +01:00
Post.php Improve ignoring of messages 2023-01-09 16:23:39 +00:00
Profile.php Adapt BaseURL calls to new UriInterface 2023-02-18 21:12:21 +01:00
PushSubscriber.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
README.md typo 2019-03-22 22:56:57 -04:00
Register.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Search.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Subscription.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Tag.php Fix offset is absolute in set not a page to be consistent with SQL 2023-02-17 13:23:34 -05:00
User.php Adapt BaseURL calls to new UriInterface 2023-02-18 21:12:21 +01:00
Verb.php Happy New Year 2023! 2023-01-01 09:36:24 -05: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.