friendica/src/Model
Michael Vogel 7560939d75
Merge pull request #12820 from MrPetovan/bug/fatal-errors
Remove reference to remove field in event table
2023-02-20 16:37:45 +01: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 Avoid local network communication / invalid url requests 2023-01-27 05:55:45 +00:00
User Adapt BaseURL calls to new UriInterface 2023-02-18 21:12:21 +01:00
APContact.php Some loglevels are adjusted to more reasonablöe levels 2023-02-16 20:47:37 +00:00
Attach.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Contact.php Adapt BaseURL calls to new UriInterface 2023-02-18 21:12:21 +01: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 Merge pull request #12820 from MrPetovan/bug/fatal-errors 2023-02-20 16:37:45 +01: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.