friendica/src/Model
RealKinetix f16b1df83f Adjust where the code is to avoid empty warning
Shifted the code to avoid:
PHP Warning:  Undefined array key "totalItems" in /home/friendicadev/friendica/src/Model/APContact.php on line 277
2021-07-14 13:46:38 -07:00
..
Config
Contact
Notification
Post
Storage
User
APContact.php Adjust where the code is to avoid empty warning 2021-07-14 13:46:38 -07:00
Attach.php
Contact.php
Conversation.php
Event.php
FContact.php
FSuggest.php
FileTag.php
GServer.php
Group.php
Host.php
Introduction.php
Item.php
ItemURI.php
Mail.php
Nodeinfo.php
Notification.php
OpenWebAuthToken.php
PermissionSet.php
Photo.php
Post.php
Process.php
Profile.php
ProfileField.php
PushSubscriber.php
README.md
Register.php
Search.php
Tag.php
User.php
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.