friendica/src/Model
Philipp 2d326c8a27
Merge pull request #11143 from annando/api-again
API: Functionality moved to new places
2022-01-06 21:19:04 +01:00
..
Contact Update copyright 2022-01-02 08:27:47 +01:00
Log Add missing copyright text 2022-01-02 10:49:50 +01:00
Notification Update copyright 2022-01-02 08:27:47 +01:00
Post Update copyright 2022-01-02 08:27:47 +01:00
User Update copyright 2022-01-02 08:27:47 +01:00
APContact.php Update copyright 2022-01-02 08:27:47 +01:00
Attach.php Update copyright 2022-01-02 08:27:47 +01:00
Contact.php Merge pull request #11129 from urbalazs/copyright-2022 2022-01-02 09:45:35 +01:00
Conversation.php Update copyright 2022-01-02 08:27:47 +01:00
Event.php Update copyright 2022-01-02 08:27:47 +01:00
FContact.php Merge pull request #11129 from urbalazs/copyright-2022 2022-01-02 09:45:35 +01:00
FileTag.php Update copyright 2022-01-02 08:27:47 +01:00
GServer.php Merge pull request #11129 from urbalazs/copyright-2022 2022-01-02 09:45:35 +01:00
Group.php Update copyright 2022-01-02 08:27:47 +01:00
Item.php Merge pull request #11129 from urbalazs/copyright-2022 2022-01-02 09:45:35 +01:00
ItemURI.php Update copyright 2022-01-02 08:27:47 +01:00
Mail.php Update copyright 2022-01-02 08:27:47 +01:00
Nodeinfo.php Update copyright 2022-01-02 08:27:47 +01:00
OpenWebAuthToken.php Update copyright 2022-01-02 08:27:47 +01:00
Photo.php Moved tests, changes after review 2022-01-06 20:13:32 +00:00
Post.php Update copyright 2022-01-02 08:27:47 +01:00
Profile.php - Remove redundant code 2022-01-04 22:10:36 +01:00
PushSubscriber.php Merge pull request #11129 from urbalazs/copyright-2022 2022-01-02 09:45:35 +01:00
README.md typo 2019-03-22 22:56:57 -04:00
Register.php Update copyright 2022-01-02 08:27:47 +01:00
Search.php Update copyright 2022-01-02 08:27:47 +01:00
Subscription.php Update copyright 2022-01-02 08:27:47 +01:00
Tag.php Merge pull request #11129 from urbalazs/copyright-2022 2022-01-02 09:45:35 +01:00
User.php Update copyright 2022-01-02 08:27:47 +01:00
Verb.php Update copyright 2022-01-02 08:27:47 +01: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.