friendica/src/Model
Hypolite Petovan 8d550ad4e8
Merge pull request #10961 from annando/deprecated
Removed and replaced deprecated functionalities
2021-11-07 10:53:17 -05:00
..
Contact
Log
Notification Removed and replaced deprecated functionalities 2021-11-07 14:00:47 +00:00
Post
User
APContact.php
Attach.php
Contact.php Removed and replaced deprecated functionalities 2021-11-07 14:00:47 +00:00
Conversation.php
Event.php
FContact.php
FileTag.php Removed and replaced deprecated functionalities 2021-11-07 14:00:47 +00:00
Group.php Removed and replaced deprecated functionalities 2021-11-07 14:00:47 +00:00
GServer.php
Item.php
ItemURI.php
Mail.php
Nodeinfo.php
OpenWebAuthToken.php
Photo.php
Post.php
Profile.php
PushSubscriber.php
README.md
Register.php
Search.php
Subscription.php
Tag.php
User.php Removed and replaced deprecated functionalities 2021-11-07 14:00:47 +00:00
Verb.php Update copyright 2021-03-29 08:40:20 +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.